[PATCH 3/4] Add documentation for user.other_name
[notmuch-archives.git] / bf / 92fa55cbd1bd5036a52508f37db1bf2f6a071c
1 Return-Path: <dkg@fifthhorseman.net>\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 90DEB431FB6\r
6         for <notmuch@notmuchmail.org>; Thu,  9 Feb 2012 15:20:05 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 0zQAeLpmZFsM for <notmuch@notmuchmail.org>;\r
16         Thu,  9 Feb 2012 15:20:05 -0800 (PST)\r
17 Received: from che.mayfirst.org (che.mayfirst.org [209.234.253.108])\r
18         by olra.theworths.org (Postfix) with ESMTP id 25038431FAE\r
19         for <notmuch@notmuchmail.org>; Thu,  9 Feb 2012 15:20:05 -0800 (PST)\r
20 Received: from pip.fifthhorseman.net (lair.fifthhorseman.net [108.58.6.98])\r
21         by che.mayfirst.org (Postfix) with ESMTPSA id C5B21F970;\r
22         Thu,  9 Feb 2012 18:20:00 -0500 (EST)\r
23 Received: by pip.fifthhorseman.net (Postfix, from userid 1000)\r
24         id AD0231187A; Thu,  9 Feb 2012 18:20:43 -0500 (EST)\r
25 From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\r
26 To: Notmuch Mail <notmuch@notmuchmail.org>\r
27 Subject: [PATCH] Build-Depend on libgmime-2.6-dev | libgmime2.4-dev\r
28 Date: Thu,  9 Feb 2012 18:20:20 -0500\r
29 Message-Id: <1328829620-28220-1-git-send-email-dkg@fifthhorseman.net>\r
30 X-Mailer: git-send-email 1.7.8.3\r
31 Cc: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\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: Thu, 09 Feb 2012 23:20:05 -0000\r
45 \r
46 libgmime-2.6-dev entered debian unstable today.  If 2.6 is available,\r
47 notmuch should build against 2.6 instead of 2.4, as 2.6 is the current\r
48 upstream stable version of libgmime.\r
49 ---\r
50  debian/control |    2 +-\r
51  1 files changed, 1 insertions(+), 1 deletions(-)\r
52 \r
53 diff --git a/debian/control b/debian/control\r
54 index f6f415e..b60790e 100644\r
55 --- a/debian/control\r
56 +++ b/debian/control\r
57 @@ -10,7 +10,7 @@ Build-Depends:\r
58   debhelper (>= 7.0.50~),\r
59   pkg-config,\r
60   libxapian-dev,\r
61 - libgmime-2.4-dev,\r
62 + libgmime-2.6-dev | libgmime-2.4-dev,\r
63   libtalloc-dev,\r
64   libz-dev,\r
65   python-all (>= 2.6.6-3~),\r
66 -- \r
67 1.7.8.3\r
68 \r