[PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / 53 / 563876aee7654ce6d91e1c2d0f1688c8daffbf
1 Return-Path: <xico@atelo.org>\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 0019C431FBF\r
6         for <notmuch@notmuchmail.org>; Fri,  9 May 2014 18:53:49 -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: 0.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.001 tagged_above=-999 required=5\r
12         tests=[UNPARSEABLE_RELAY=0.001] 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 Zwjmt+hQDA3J for <notmuch@notmuchmail.org>;\r
16         Fri,  9 May 2014 18:53:45 -0700 (PDT)\r
17 Received: from mail.atelo.org (atelo.org [192.95.27.91])\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 26140431FBC\r
21         for <notmuch@notmuchmail.org>; Fri,  9 May 2014 18:53:45 -0700 (PDT)\r
22 Received: from coyotlan.atelo.org (ovo.atelo.org [192.168.1.7]);\r
23         by mail.atelo.org (OpenSMTPD) with ESMTP id 3abba7a5;\r
24         Sat, 10 May 2014 01:53:12 +0000 (UTC)\r
25 Received: from localhost (1001@localhost [local]);\r
26         by localhost (OpenSMTPD) with ESMTPA id 18e618b8;\r
27         Fri, 9 May 2014 18:53:38 -0700 (PDT)\r
28 Date: Fri, 9 May 2014 18:53:38 -0700\r
29 From: =?utf-8?B?WMSrY8Oy?= <xico@atelo.org>\r
30 To: David Bremner <david@tethera.net>\r
31 Subject: Re: pkg-config zlib check in 3c13bc\r
32 Message-ID: <20140510015338.GA1080@coyotlan.atelo.org>\r
33 References: <20140506194025.GA17097@coyotlan.Tlalpan>\r
34         <m2mweuhcna.fsf@guru.guru-group.fi>\r
35         <87lhucv5b8.fsf@maritornes.cs.unb.ca>\r
36         <m2r442oh5j.fsf@guru.guru-group.fi>\r
37         <87a9aq5ulz.fsf@maritornes.cs.unb.ca>\r
38 MIME-Version: 1.0\r
39 Content-Type: text/plain; charset=us-ascii\r
40 Content-Disposition: inline\r
41 In-Reply-To: <87a9aq5ulz.fsf@maritornes.cs.unb.ca>\r
42 User-Agent: Mutt/1.5.23 (2014-03-12)\r
43 Cc: Tomi Ollila <tomi.ollila@iki.fi>, notmuch@notmuchmail.org\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Sat, 10 May 2014 01:53:50 -0000\r
57 \r
58 On Sat, May 10, 2014 at 09:46:00AM +0900, David Bremner wrote:\r
59 > > int main(void)\r
60 > > {\r
61 > >     return(ZLIB_VERNUM >= 0x1252);\r
62 > > }\r
63\r
64 > OK, that sounds like it could work.  Ideally, somebody on FreeBSD could\r
65 > check...\r
66\r
67 > d\r
68 \r
69 Such check will work on FreeBSD, and would be great!\r
70 \r
71 As a side note, is there any rationale for the hand-made configure? Not\r
72 that I am a big fan of autoconf/cmake/whatever either...\r