Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / 3a / 39e302b96ba1f2b7d62516ed237624f6d9a86f
1 Return-Path: <aperez@kaze.ara-ara.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 A15D8429E3B\r
6         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 18:25:14 -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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 30izoUpxn5NU for <notmuch@notmuchmail.org>;\r
16         Mon, 16 Jan 2012 18:25:14 -0800 (PST)\r
17 Received: from smtp4.mundo-r.com (smtp4.mundo-r.com [212.51.32.151])\r
18         by olra.theworths.org (Postfix) with ESMTP id E6ED3429E35\r
19         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 18:25:13 -0800 (PST)\r
20 X-IronPort-Anti-Spam-Filtered: true\r
21 X-IronPort-Anti-Spam-Result: ApwEAFnbFE9bdWOb/2dsb2JhbABErDCCEYJPFV5KiDOWPZ9UiWABBQgFBBEFAQYBAQYBBSwBAgEBAgMBAgEBAQECB0kMZIFwAgYBTIMcBJURkkM\r
22 X-IronPort-AV: E=Sophos;i="4.71,521,1320620400"; d="scan'208";a="856064773"\r
23 Received: from 155.99.117.91.static.mundo-r.com (HELO fanzine.igalia.com)\r
24         ([91.117.99.155])\r
25         by smtp4.mundo-r.com with ESMTP; 17 Jan 2012 03:25:10 +0100\r
26 Received: from dsl-hkibrasgw3-fe7cfb00-20.dhcp.inet.fi ([84.251.124.20]\r
27         helo=kaze.ara-ara.org) by fanzine.igalia.com with esmtpsa \r
28         (Cipher TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim) id 1RmyjV-0008JU-PH\r
29         for <notmuch@notmuchmail.org>; Tue, 17 Jan 2012 03:25:09 +0100\r
30 Received: (nullmailer pid 25211 invoked by uid 1000);\r
31         Tue, 17 Jan 2012 02:26:48 -0000\r
32 From: Adrian Perez <aperez@igalia.com>\r
33 To: notmuch@notmuchmail.org\r
34 Subject: [PATCH] Make notmuch build and work with GMime 2.6\r
35 Date: Tue, 17 Jan 2012 04:26:47 +0200\r
36 Message-Id: <1326767208-25174-1-git-send-email-aperez@igalia.com>\r
37 X-Mailer: git-send-email 1.7.8.3\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Tue, 17 Jan 2012 02:25:14 -0000\r
51 \r
52 Hello to all,\r
53 \r
54 I have made a patch that enables to build notmuch with gmime 2.6 and it has\r
55 been working for me for a while. I'm no notmuch/gmime expert, so feedback is\r
56 welcome to polish it before merging -- supposing that there is the will to\r
57 support gmime 2.6, BTW.\r
58 \r
59 Regards,\r
60 \r
61 -Adrian\r
62 \r
63 \r
64 Adrian Perez (1):\r
65   Update notmuch to use the GMime 2.6 API\r
66 \r
67  mime-node.c      |   20 ++++++++------\r
68  notmuch-client.h |    8 +++---\r
69  notmuch-reply.c  |    4 +--\r
70  notmuch-show.c   |   75 +++++++++++++++++++++++++----------------------------\r
71  4 files changed, 51 insertions(+), 56 deletions(-)\r
72 \r
73 -- \r
74 1.7.8.3\r
75 \r