[PATCH] NEWS: add entry for `notmuch-show-stash-mlarchive-link{, -and-go}'
[notmuch-archives.git] / 2b / cf25989b1fcd471b4c655ee6a24dfe39e2a602
1 Return-Path: <madcat@mymadcat.com>\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 63C584196F0\r
6         for <notmuch@notmuchmail.org>; Sat, 17 Apr 2010 09:25:19 -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.5\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.5 tagged_above=-999 required=5\r
12         tests=[BAYES_05=-0.5] autolearn=ham\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 FeOKJPK1Phdh for <notmuch@notmuchmail.org>;\r
16         Sat, 17 Apr 2010 09:25:17 -0700 (PDT)\r
17 Received: from mail.mymadcat.com (mymadcat.com [213.251.163.154])\r
18         by olra.theworths.org (Postfix) with ESMTP id C1F3E431FC1\r
19         for <notmuch@notmuchmail.org>; Sat, 17 Apr 2010 09:25:17 -0700 (PDT)\r
20 Received: by mail.mymadcat.com (Postfix, from userid 504)\r
21         id B66343DB7B; Sat, 17 Apr 2010 18:25:16 +0200 (CEST)\r
22 Received: from mail.mymadcat.com (localhost.localdomain [127.0.0.1])\r
23         by mail.mymadcat.com (Postfix) with ESMTPSA id F1B563DB76;\r
24         Sat, 17 Apr 2010 18:25:15 +0200 (CEST)\r
25 MIME-Version: 1.0\r
26 Content-Type: text/plain;\r
27  charset=UTF-8\r
28 Content-Transfer-Encoding: 8bit\r
29 Date: Sat, 17 Apr 2010 18:25:15 +0200\r
30 From: Adrien Bustany <madcat@mymadcat.com>\r
31 To: Adrien Bustany <abustany@gnome.org>\r
32 Subject: Re: [PATCH] configure: Add support for GMime 2.6\r
33 In-Reply-To: <20100415235259.76C4A3DB75@mail.mymadcat.com>\r
34 References: <20100415235259.76C4A3DB75@mail.mymadcat.com>\r
35 Message-ID: <c2ab7de2966346af9a4fed3a98e5d622@localhost>\r
36 X-Sender: madcat@mymadcat.com\r
37 User-Agent: RoundCube Webmail/0.3-beta\r
38 Cc: notmuch@notmuchmail.org\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Sat, 17 Apr 2010 16:25:19 -0000\r
52 \r
53 Just sending the patch again for the 0.3 merge window...\r
54 \r
55 Cheers\r
56 \r
57 Adrien\r
58 \r
59 On Thu, 15 Apr 2010 19:41:55 -0400, Adrien Bustany <abustany@gnome.org>\r
60 wrote:\r
61 > Notmuch compiles just fine with GMime 2.6, so accept it in the configure\r
62 > script.\r
63 > ---\r
64 >  configure |    5 +++++\r
65 >  1 files changed, 5 insertions(+), 0 deletions(-)\r
66\r
67 > diff --git a/configure b/configure\r
68 > index eebe075..d4d462f 100755\r
69 > --- a/configure\r
70 > +++ b/configure\r
71 > @@ -188,6 +188,11 @@ if pkg-config --modversion gmime-2.4 > /dev/null\r
72 > 2>&1; then\r
73 >      have_gmime=1\r
74 >      gmime_cflags=$(pkg-config --cflags gmime-2.4)\r
75 >      gmime_ldflags=$(pkg-config --libs gmime-2.4)\r
76 > +elif pkg-config --modversion gmime-2.6 > /dev/null 2>&1; then\r
77 > +    printf "Yes.\n"\r
78 > +    have_gmime=1\r
79 > +    gmime_cflags=$(pkg-config --cflags gmime-2.6)\r
80 > +    gmime_ldflags=$(pkg-config --libs gmime-2.6)\r
81 >  else\r
82 >      printf "No.\n"\r
83 >      have_gmime=0\r