[PATCH 5/9] lib: iterator API for message properties
[notmuch-archives.git] / 68 / 7f8638155bb01f195a102a5e61c0c7de1d5cbd
1 Return-Path: <ingmar@exherbo.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 9F0434048D1\r
6         for <notmuch@notmuchmail.org>; Fri, 12 Mar 2010 05:41:29 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.566\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.566 tagged_above=-999 required=5 tests=[AWL=-1.197,\r
12         BAYES_50=0.001, MISSING_SUBJECT=1.762] autolearn=no\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 ksUelXVzDGd0 for <notmuch@notmuchmail.org>;\r
16         Fri, 12 Mar 2010 05:41:28 -0800 (PST)\r
17 Received: from bach.exherbo.org (bach.exherbo.org [78.47.197.147])\r
18         by olra.theworths.org (Postfix) with ESMTP id 965BC4048CF\r
19         for <notmuch@notmuchmail.org>; Fri, 12 Mar 2010 05:41:28 -0800 (PST)\r
20 Received: from [83.101.72.69] (helo=localhost)\r
21         by bach.exherbo.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69)\r
22         (envelope-from <ingmar@exherbo.org>) id 1Nq57H-0005VI-NP\r
23         for notmuch@notmuchmail.org; Fri, 12 Mar 2010 13:41:27 +0000\r
24 From: Ingmar Vanhassel <ingmar@exherbo.org>\r
25 To: notmuch@notmuchmail.org\r
26 Date: Fri, 12 Mar 2010 14:41:22 +0100\r
27 Message-Id: <1268401285-11577-1-git-send-email-ingmar@exherbo.org>\r
28 X-Mailer: git-send-email 1.7.0.2\r
29 In-Reply-To: <1268347072-2050-1-git-send-email-bgamari.foss@gmail.com>\r
30 References: <1268347072-2050-1-git-send-email-bgamari.foss@gmail.com>\r
31 Subject: [notmuch] (no subject)\r
32 X-BeenThere: notmuch@notmuchmail.org\r
33 X-Mailman-Version: 2.1.13\r
34 Precedence: list\r
35 List-Id: "Use and development of the notmuch mail system."\r
36         <notmuch.notmuchmail.org>\r
37 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
38         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
39 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
40 List-Post: <mailto:notmuch@notmuchmail.org>\r
41 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
42 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
44 X-List-Received-Date: Fri, 12 Mar 2010 13:41:29 -0000\r
45 \r
46 I was just going to mail an updated series for this. I'd definitely like to see\r
47 this upstream.\r
48 \r
49 I amended the first patch to install the notmuch.h header.\r
50 \r
51 The second patch from a friend of mine fixes a parallel make issue I ran into\r
52 when I tested one of your intiial patches. I ran this patch by you ages on\r
53 #notmuch, not sure why it isn't included, not sure why you didn't included it?\r
54 \r
55 The third patch adds a way to configure where to install libraries.\r
56 On Exherbo x86_64 we install 64 bit libraries to /usr/lib64/ so I need a switch\r
57 to configure this.\r
58 \r
59 Regards,\r
60 Ingmar\r
61 \r