Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / da / aacd3e53c3c3c6c384b7d385b45fd1cb725751
1 Return-Path: <kimminh.kaplan@afnic.fr>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 30F3B431FBF\r
6         for <notmuch@notmuchmail.org>; Wed,  2 Apr 2014 23:04:30 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id 49Ffp6P+aZQv for <notmuch@notmuchmail.org>;\r
16         Wed,  2 Apr 2014 23:04:26 -0700 (PDT)\r
17 Received: from mx4.nic.fr (mx4.nic.fr [192.134.4.12])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id E428F431FAE\r
21         for <notmuch@notmuchmail.org>; Wed,  2 Apr 2014 23:04:25 -0700 (PDT)\r
22 Received: from mx4.nic.fr (localhost [127.0.0.1])\r
23         by mx4.nic.fr (Postfix) with SMTP id 243142806C5;\r
24         Thu,  3 Apr 2014 08:04:23 +0200 (CEST)\r
25 Received: from relay2.nic.fr (relay2.nic.fr [192.134.4.163])\r
26         by mx4.nic.fr (Postfix) with ESMTP id 1F3452806BD;\r
27         Thu,  3 Apr 2014 08:04:23 +0200 (CEST)\r
28 Received: from kaki.tech.prive.nic.fr (kaki.tech.prive.sqy.nic.fr\r
29         [10.10.86.114]) by relay2.nic.fr (Postfix) with ESMTP id 0EC2DB3803F;\r
30         Thu,  3 Apr 2014 08:03:37 +0200 (CEST)\r
31 Received: by kaki.tech.prive.nic.fr (Postfix, from userid 1000)\r
32         id E99433F8244; Thu,  3 Apr 2014 06:03:36 +0000 (UTC)\r
33 From: Kim Minh Kaplan <kimminh.kaplan@afnic.fr>\r
34 To: Tomi Ollila <tomi.ollila@iki.fi>\r
35 Subject: Re: [Patch v5 3/6] util: add gz_readline\r
36 References: <1396401381-18128-1-git-send-email-david@tethera.net>\r
37         <1396401381-18128-4-git-send-email-david@tethera.net>\r
38         <20140402032644.GB25677@mit.edu> <m2wqf73co4.fsf@guru.guru-group.fi>\r
39 X-Face: C!5Mk_!qB]35}VpD|H>GN/@fk%~7:*/x8&~\]|r|)/zV?rJ){uX4Nh`a$L/z__Kx4Gt!mDU3kZlj)F2]Ds$?l';\r
40         SO9]v^|[i2nY`pZ+mu+HT%5ITkuP#e]@8F4@Hc.=]oN1+d\M@Rl>-$C?h$yntf-JVx)3L2}VzG.!bQEy]~I_3fup`HtZ^t/Iz.|Vh$~o`^g\\r
41 Date: Thu, 03 Apr 2014 06:03:36 +0000\r
42 In-Reply-To: <m2wqf73co4.fsf@guru.guru-group.fi> (Tomi Ollila's message of\r
43         "Wed, 02 Apr 2014 19:43:07 +0300")\r
44 Message-ID: <87y4zn2blz.fsf@kaki.tech.prive.nic.fr>\r
45 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)\r
46 MIME-Version: 1.0\r
47 Content-Type: text/plain; charset=utf-8\r
48 Content-Transfer-Encoding: quoted-printable\r
49 X-Mailman-Approved-At: Thu, 03 Apr 2014 13:15:01 -0700\r
50 Cc: notmuch@notmuchmail.org\r
51 X-BeenThere: notmuch@notmuchmail.org\r
52 X-Mailman-Version: 2.1.13\r
53 Precedence: list\r
54 List-Id: "Use and development of the notmuch mail system."\r
55         <notmuch.notmuchmail.org>\r
56 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
58 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
59 List-Post: <mailto:notmuch@notmuchmail.org>\r
60 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
61 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
62         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
63 X-List-Received-Date: Thu, 03 Apr 2014 06:04:30 -0000\r
64 \r
65 Tomi Ollila writes:\r
66 \r
67 > On Wed, Apr 02 2014, Austin Clements <amdragon@MIT.EDU> wrote:\r
68 >\r
69 >> Quoth David Bremner on Apr 01 at 10:16 pm:\r
70 >>\r
71 >>> +    if (len =3D=3D 0 || buf =3D=3D NULL) {\r
72 >>> +   /* same as getdelim from gnulib */\r
73 >>> +   len =3D 120;\r
74 >>\r
75 >> This is presumably because glibc's malloc has an 8 byte header.  Fun\r
76 >> fact: talloc has a 104 byte header (on 64-bit and including the malloc\r
77 >> header).\r
78 >\r
79 > hmm, what should we choose here? 152 ? Some bikeshedding on IRC ?\r
80 \r
81 When your done with this bikeshed, do not forget the other one=C2=A0:\r
82 \r
83 >>> +   len *=3D 2;\r
84 \r
85 --=20\r
86 Kim Minh.\r