[PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / 3e / 5cdf19434b0c105b85da0c2c63c5dff8d61735
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 olra.theworths.org (Postfix) with ESMTP id 16A0B431FAE\r
6         for <notmuch@notmuchmail.org>; Sat, 25 May 2013 18:28:35 -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: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 5RNROSRESMHQ for <notmuch@notmuchmail.org>;\r
16         Sat, 25 May 2013 18:28:27 -0700 (PDT)\r
17 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id A1493431FB6\r
21         for <notmuch@notmuchmail.org>; Sat, 25 May 2013 18:28:27 -0700 (PDT)\r
22 Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
23         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id r4Q1SQqq019214;\r
24         Sat, 25 May 2013 22:28:26 -0300\r
25 Received: from remotemail by tesseract.cs.unb.ca with local (Exim 4.80)\r
26         (envelope-from <bremner@tesseract.cs.unb.ca>)\r
27         id 1UgPl4-0004vl-3O; Sat, 25 May 2013 22:28:26 -0300\r
28 Received: (nullmailer pid 17205 invoked by uid 1000);\r
29         Sun, 26 May 2013 01:28:16 -0000\r
30 From: david@tethera.net\r
31 To: notmuch@notmuchmail.org\r
32 Subject: [PATCH 1/3] debian: compile with V=1\r
33 Date: Sat, 25 May 2013 22:28:11 -0300\r
34 Message-Id: <1369531693-16918-2-git-send-email-david@tethera.net>\r
35 X-Mailer: git-send-email 1.7.10.4\r
36 In-Reply-To: <1369531693-16918-1-git-send-email-david@tethera.net>\r
37 References: <1369531693-16918-1-git-send-email-david@tethera.net>\r
38 Cc: David Bremner <bremner@unb.ca>\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: Sun, 26 May 2013 01:28:35 -0000\r
52 \r
53 From: David Bremner <bremner@unb.ca>\r
54 \r
55 The idea is to allow hardening verification tools (in particular blhc)\r
56 to scan the logs. Actually fixing the problem will require modifying\r
57 the notmuch configure script to propagate CPPFLAGS.\r
58 ---\r
59  debian/rules |    2 +-\r
60  1 file changed, 1 insertion(+), 1 deletion(-)\r
61 \r
62 diff --git a/debian/rules b/debian/rules\r
63 index 71a5602..4257c5a 100755\r
64 --- a/debian/rules\r
65 +++ b/debian/rules\r
66 @@ -9,7 +9,7 @@ override_dh_auto_configure:\r
67         dh_auto_configure -- --emacslispdir=/usr/share/emacs/site-lisp/notmuch\r
68  \r
69  override_dh_auto_build:\r
70 -       dh_auto_build\r
71 +       dh_auto_build -- V=1\r
72         dh_auto_build --sourcedirectory bindings/python\r
73         cd bindings/python && $(python3_all) setup.py build\r
74         cd bindings/ruby && ruby extconf.rb --vendor && make\r
75 -- \r
76 1.7.10.4\r
77 \r