Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / c8 / 560b6c799789ae9c2efc800f41832591e0aa59
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 54DD0431FBF;\r
6         Sat, 21 Nov 2009 10:51:40 -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 RLZsTBAeFK2K; Sat, 21 Nov 2009 10:51:39 -0800 (PST)\r
11 Received: from cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id 2D9F8431FAE;\r
13         Sat, 21 Nov 2009 10:51:39 -0800 (PST)\r
14 From: Carl Worth <cworth@cworth.org>\r
15 To: Saptarshi Guha <saptarshi.guha@gmail.com>, notmuch@notmuchmail.org\r
16 In-Reply-To: <E33D6D4A-FC8A-4F91-8E11-03B03204B871@gmail.com>\r
17 References: <E33D6D4A-FC8A-4F91-8E11-03B03204B871@gmail.com>\r
18 Date: Sat, 21 Nov 2009 19:51:27 +0100\r
19 Message-ID: <877htj4spc.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] Problem Building on OSX leopard 10.5.8\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: Sat, 21 Nov 2009 18:51:40 -0000\r
36 \r
37 On Wed, 18 Nov 2009 12:47:47 -0500, Saptarshi Guha <saptarshi.guha@gmail.com> wrote:\r
38 > Having given up on most email clients yet trapped by them, I came  \r
39 > across notmuch.\r
40 > Quite eager to build,\r
41 \r
42 Hi Saptarshi, Welcome to notmuch!\r
43 \r
44 I hope you find it helpful.\r
45 \r
46 > In the INSTALL/README file, mention that xapian-config should be on path\r
47 > and that it be called xapian-config.\r
48 > When I installed the latest, it was installed in /usr/local/bin (not  \r
49 > in my path)\r
50 > at xapian-config-1.1\r
51 \r
52 OK. I've added that now.\r
53 \r
54 > 2. download gmime (no problem here)\r
55 \r
56 Good news.\r
57 \r
58 > 3. Install talloc (the makefile has errors in it)\r
59 \r
60 What's the error here? (Not that it's our bug, but it would be nice to\r
61 report it to the talloc folks or perhaps warn notmuch users about it).\r
62 \r
63 > lib/index.cc: In function void  \r
64 > _index_address_mailbox(notmuch_message_t*, const char*,  \r
65 > InternetAddress*):\r
66 > lib/index.cc:46: error: strndup was not declared in this scope\r
67 \r
68 Some systems (including yours) don't have a strndup function. One\r
69 proposed plan is to put an implementation of strndup into notmuch, (it's\r
70 not a complex function). But then again, we could just change the caller\r
71 to use talloc_strndup instead.\r
72 \r
73 Portability patches are always welcome, (otherwise I'll try to do things\r
74 when I can but I won't be able to test things well).\r
75 \r
76 -Carl\r