[notmuch] [PATCH 2/2] notmuch.el: Add support for reply-to sender
[notmuch-archives.git] / 52 / bb75008fba4796bb65a315957200f504d3eb88
1 Return-Path: <cworth@cworth.org>\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 60724431FBF;\r
6         Tue, 17 Nov 2009 12:19:41 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id j+ZeUopdCH+8; Tue, 17 Nov 2009 12:19:40 -0800 (PST)\r
11 Received: from cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id 58221431FAE;\r
13         Tue, 17 Nov 2009 12:19:39 -0800 (PST)\r
14 From: Carl Worth <cworth@cworth.org>\r
15 To: Alex Botero-Lowry <alex.boterolowry@gmail.com>, notmuch@notmuchmail.org\r
16 In-Reply-To: <cf0c4d610911171136h1713aa59w9cf9aa31f052ad0a@mail.gmail.com>\r
17 References: <cf0c4d610911171136h1713aa59w9cf9aa31f052ad0a@mail.gmail.com>\r
18 Date: Tue, 17 Nov 2009 12:19:24 -0800\r
19 Message-ID: <87lji4lx9v.fsf@yoom.home.cworth.org>\r
20 MIME-Version: 1.0\r
21 Content-Type: text/plain; charset=us-ascii\r
22 Subject: Re: [notmuch] preliminary FreeBSD support\r
23 X-BeenThere: notmuch@notmuchmail.org\r
24 X-Mailman-Version: 2.1.12\r
25 Precedence: list\r
26 List-Id: "Use and development of the notmuch mail system."\r
27         <notmuch.notmuchmail.org>\r
28 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
29         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
30 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
31 List-Post: <mailto:notmuch@notmuchmail.org>\r
32 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
33 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
34         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
35 X-List-Received-Date: Tue, 17 Nov 2009 20:19:41 -0000\r
36 \r
37 On Tue, 17 Nov 2009 11:36:14 -0800, Alex Botero-Lowry <alex.boterolowry@gmail.com> wrote:\r
38 > I saw the announcement this morning, and was very excited, as I had been\r
39 > hoping sup would be turned into a library,\r
40 > since I like the concept more than the UI (I'd rather an emacs interface).\r
41 \r
42 Hi Alex,\r
43 \r
44 That's great! It's good to hear that there are like-minded people out\r
45 there. I hope that Notmuch will be useful for you.\r
46 \r
47 > I did a preliminary compile which worked out fine, but\r
48 > sysconf(_SC_SC_GETPW_R_SIZE_MAX) returns -1 on\r
49 > FreeBSD, so notmuch_config_open segfaulted.\r
50\r
51 > Attached is a patch that supplies a default buffer size of 64 in cases where\r
52 > -1 is returned.\r
53 \r
54 Thanks for the patch. As we discussed in IRC[*], we should probably\r
55 do the correct thing and check for ERANGE and loop as necessary (even if\r
56 sysconf returns a positive value). Example code here:\r
57 \r
58 http://www.opengroup.org/austin/docs/austin_328.txt\r
59 \r
60 -Carl\r
61 \r
62 [*] #notmuch on irc.freenode.net for those who didn't just guess that\r
63 already, (and I'll add that to the website soon).\r