Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / af / 8cfbe1e3c2b296a3fca0eb6da32cafa18fce7b
1 Return-Path: <thomas@schwinge.name>\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 691CB42D2A5\r
6         for <notmuch@notmuchmail.org>; Tue, 11 Jan 2011 10:09:34 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "To"\r
9 X-Spam-Flag: NO\r
10 X-Spam-Score: 0\r
11 X-Spam-Level: \r
12 X-Spam-Status: No, score=0 tagged_above=-999 required=5\r
13         tests=[RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id unbz-+7wpxYn for <notmuch@notmuchmail.org>;\r
17         Tue, 11 Jan 2011 10:09:31 -0800 (PST)\r
18 Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de\r
19         [80.67.31.40])\r
20         by olra.theworths.org (Postfix) with ESMTP id 9AC1142D2A3\r
21         for <notmuch@notmuchmail.org>; Tue, 11 Jan 2011 10:09:31 -0800 (PST)\r
22 Received: from [87.180.67.225] (helo=stokes.schwinge.homeip.net)\r
23         by smtprelay02.ispgateway.de with esmtpa (Exim 4.68)\r
24         (envelope-from <thomas@schwinge.name>) id 1Pciew-0002Km-E1\r
25         for notmuch@notmuchmail.org; Tue, 11 Jan 2011 19:09:30 +0100\r
26 Received: (qmail 21395 invoked from network); 11 Jan 2011 18:09:06 -0000\r
27 Received: from unknown (192.168.111.252)\r
28         by stokes.schwinge.homeip.net with QMQP; 11 Jan 2011 18:09:06 -0000\r
29 Received: (nullmailer pid 18846 invoked by uid 1000);\r
30         Tue, 11 Jan 2011 12:01:35 -0000\r
31 From: Thomas Schwinge <thomas@schwinge.name>\r
32 To: notmuch@notmuchmail.org\r
33 Subject: [PATCH] Have to configure and build inside the source directory.\r
34 Date: Tue, 11 Jan 2011 13:01:24 +0100\r
35 Message-Id: <1294747284-18791-1-git-send-email-thomas@schwinge.name>\r
36 X-Mailer: git-send-email 1.7.1\r
37 To: notmuch@notmuchmail.org\r
38 X-Df-Sender: thomas@schwinge.name\r
39 Cc: Thomas Schwinge <thomas@schwinge.name>\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Tue, 11 Jan 2011 18:09:34 -0000\r
53 \r
54 From: Thomas Schwinge <thomas@schwinge.name>\r
55 \r
56 Signed-off-by: Thomas Schwinge <thomas@schwinge.name>\r
57 \r
58 ---\r
59  configure |   11 +++++++++++\r
60  1 files changed, 11 insertions(+), 0 deletions(-)\r
61 \r
62 diff --git a/configure b/configure\r
63 index c58dd0f..b5e446c 100755\r
64 --- a/configure\r
65 +++ b/configure\r
66 @@ -188,6 +188,17 @@ developers. Then, please email those details to the Notmuch list\r
67  (notmuch@notmuchmail.org) so that we can hopefully make future\r
68  versions of notmuch easier for you to use.\r
69  \r
70 +EOF\r
71 +\r
72 +if ! { : < configure; } 2> /dev/null; then\r
73 +    cat <<EOF\r
74 +*** Error: You have to configure and build in the source directory.\r
75 +\r
76 +EOF\r
77 +    exit 1\r
78 +fi\r
79 +\r
80 +cat <<EOF\r
81  We'll now investigate your system to verify that all required\r
82  dependencies are available:\r
83  \r
84 -- \r
85 tg: (b3caef1..) srcdir (depends on: master)\r