Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / 79 / 64e0266cc932ab4a163a29a34324f2371933c5
1 Return-Path: <bremner@tesseract.cs.unb.ca>\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 arlo.cworth.org (Postfix) with ESMTP id 1D9CD6DE142C\r
6  for <notmuch@notmuchmail.org>; Sun, 16 Aug 2015 10:42:52 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.127\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.127 tagged_above=-999 required=5 tests=[AWL=0.117, \r
12  T_HEADER_FROM_DIFFERENT_DOMAINS=0.01] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id YmKc8MiNn9I2 for <notmuch@notmuchmail.org>;\r
16  Sun, 16 Aug 2015 10:42:50 -0700 (PDT)\r
17 Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224])\r
18  by arlo.cworth.org (Postfix) with ESMTPS id 5E7236DE17F3\r
19  for <notmuch@notmuchmail.org>; Sun, 16 Aug 2015 10:42:48 -0700 (PDT)\r
20 Received: from remotemail by gitolite.debian.net with local (Exim 4.80)\r
21  (envelope-from <bremner@tesseract.cs.unb.ca>)\r
22  id 1ZR1wc-0003cF-5q; Sun, 16 Aug 2015 17:42:06 +0000\r
23 Received: (nullmailer pid 26321 invoked by uid 1000); Sun, 16 Aug 2015\r
24  17:41:28 -0000\r
25 From: David Bremner <david@tethera.net>\r
26 To: notmuch@notmuchmail.org\r
27 Subject: [PATCH 8/8] debian: add gpgsm as build dependency\r
28 Date: Sun, 16 Aug 2015 19:41:16 +0200\r
29 Message-Id: <1439746876-23654-9-git-send-email-david@tethera.net>\r
30 X-Mailer: git-send-email 2.5.0\r
31 In-Reply-To: <1439746876-23654-1-git-send-email-david@tethera.net>\r
32 References: <54CA467B.30408@gnome.org>\r
33  <1439746876-23654-1-git-send-email-david@tethera.net>\r
34 X-BeenThere: notmuch@notmuchmail.org\r
35 X-Mailman-Version: 2.1.18\r
36 Precedence: list\r
37 List-Id: "Use and development of the notmuch mail system."\r
38  <notmuch.notmuchmail.org>\r
39 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
40  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
41 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
42 List-Post: <mailto:notmuch@notmuchmail.org>\r
43 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
44 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
45  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
46 X-List-Received-Date: Sun, 16 Aug 2015 17:42:52 -0000\r
47 \r
48 It's not needed for the actual build, but it is needed to run\r
49 the SMIME tests.\r
50 ---\r
51  debian/control | 1 +\r
52  1 file changed, 1 insertion(+)\r
53 \r
54 diff --git a/debian/control b/debian/control\r
55 index 05cd04f..37ecedd 100644\r
56 --- a/debian/control\r
57 +++ b/debian/control\r
58 @@ -22,6 +22,7 @@ Build-Depends:\r
59   emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~),\r
60   gdb [!s390x !ia64 !armel],\r
61   dtach (>= 0.8),\r
62 + gpgsm, \r
63   bash-completion (>=1.9.0~)\r
64  Standards-Version: 3.9.6\r
65  Homepage: http://notmuchmail.org/\r
66 -- \r
67 2.5.0\r
68 \r