[PATCH] configure: change gmime version in help message to 2.6
authorDavid Bremner <david@tethera.net>
Thu, 5 Apr 2012 11:04:47 +0000 (08:04 +2100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:46:02 +0000 (09:46 -0800)
4a/32ccc8a316e641b77e451ab483bab6f79a8608 [new file with mode: 0644]

diff --git a/4a/32ccc8a316e641b77e451ab483bab6f79a8608 b/4a/32ccc8a316e641b77e451ab483bab6f79a8608
new file mode 100644 (file)
index 0000000..948bd3e
--- /dev/null
@@ -0,0 +1,82 @@
+Return-Path: <bremner@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id DBE5A431FB6\r
+       for <notmuch@notmuchmail.org>; Thu,  5 Apr 2012 04:04:56 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id W+SnjpgSlCxp for <notmuch@notmuchmail.org>;\r
+       Thu,  5 Apr 2012 04:04:56 -0700 (PDT)\r
+Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
+       (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 6D2D9431FAE\r
+       for <notmuch@notmuchmail.org>; Thu,  5 Apr 2012 04:04:56 -0700 (PDT)\r
+Received: from fctnnbsc30w-156034089108.dhcp-dynamic.fibreop.nb.bellaliant.net\r
+       ([156.34.89.108] helo=zancas.localnet)\r
+       by tesseract.cs.unb.ca with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32)\r
+       (Exim 4.72) (envelope-from <bremner@tethera.net>)\r
+       id 1SFkUp-0000hW-Kp; Thu, 05 Apr 2012 08:04:55 -0300\r
+Received: from bremner by zancas.localnet with local (Exim 4.77)\r
+       (envelope-from <bremner@tethera.net>)\r
+       id 1SFkUk-0000QF-Da; Thu, 05 Apr 2012 08:04:50 -0300\r
+From: David Bremner <david@tethera.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH] configure: change gmime version in help message to 2.6\r
+Date: Thu,  5 Apr 2012 08:04:47 -0300\r
+Message-Id: <1333623887-1589-1-git-send-email-david@tethera.net>\r
+X-Mailer: git-send-email 1.7.9.1\r
+In-Reply-To: <1332281811-24710-2b-git-send-email-tomi.ollila@iki.fi>\r
+References: <1332281811-24710-2b-git-send-email-tomi.ollila@iki.fi>\r
+X-Spam_bar: -\r
+Cc: David Bremner <bremner@debian.org>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Thu, 05 Apr 2012 11:04:57 -0000\r
+\r
+From: David Bremner <bremner@debian.org>\r
+\r
+Since GMime 2.6 is now the stable version upstream, and probably the\r
+most tested by notmuch developers, it makes sense to suggest that to\r
+users to install.\r
+---\r
+\r
+Tomi's second patch looks fine to me, and I promoted it to pushable. I\r
+also noticed this minor issue with the help message.\r
+\r
+ configure |    2 +-\r
+ 1 files changed, 1 insertions(+), 1 deletions(-)\r
+\r
+diff --git a/configure b/configure\r
+index ace465b..71981b7 100755\r
+--- a/configure\r
++++ b/configure\r
+@@ -427,7 +427,7 @@ case a simple command will install everything you need. For example:\r
\r
+ On Debian and similar systems:\r
\r
+-      sudo apt-get install libxapian-dev libgmime-2.4-dev libtalloc-dev\r
++      sudo apt-get install libxapian-dev libgmime-2.6-dev libtalloc-dev\r
\r
+ Or on Fedora and similar systems:\r
\r
+-- \r
+1.7.9.1\r
+\r