Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / 8a / ecbe6bfe55bee1d147713aff49a628bf5d9cad
1 Return-Path: <david@tethera.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 arlo.cworth.org (Postfix) with ESMTP id E6C336DE13DC\r
6  for <notmuch@notmuchmail.org>; Sun, 14 Jun 2015 23:35:57 -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.187\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.187 tagged_above=-999 required=5 tests=[AWL=0.187]\r
12  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 oseiSwiwuRyT for <notmuch@notmuchmail.org>;\r
16  Sun, 14 Jun 2015 23:35:55 -0700 (PDT)\r
17 Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
18  [87.98.215.224])\r
19  by arlo.cworth.org (Postfix) with ESMTPS id 800346DE0FB1\r
20  for <notmuch@notmuchmail.org>; Sun, 14 Jun 2015 23:35:55 -0700 (PDT)\r
21 Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
22  4.80) (envelope-from <david@tethera.net>)\r
23  id 1Z4NzM-0000nx-8Z; Mon, 15 Jun 2015 06:35:20 +0000\r
24 Received: (nullmailer pid 9113 invoked by uid 1000); Mon, 15 Jun 2015\r
25  06:35:01 -0000\r
26 From: David Bremner <david@tethera.net>\r
27 To: notmuch@notmuchmail.org\r
28 Subject: Re: [patch v3 1/4] build: integrate building ruby bindings into\r
29  notmuch build process\r
30 In-Reply-To: <87zj4415bu.fsf@maritornes.cs.unb.ca>\r
31 References: <1425679073-30439-5-git-send-email-david@tethera.net>\r
32  <1433142542-2307-1-git-send-email-david@tethera.net>\r
33  <1433142542-2307-2-git-send-email-david@tethera.net>\r
34  <87zj4415bu.fsf@maritornes.cs.unb.ca>\r
35 User-Agent: Notmuch/0.20.1+21~g4e79903 (http://notmuchmail.org) Emacs/24.4.1\r
36  (x86_64-pc-linux-gnu)\r
37 Date: Mon, 15 Jun 2015 08:35:01 +0200\r
38 Message-ID: <87lhfl4gyy.fsf@maritornes.cs.unb.ca>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.18\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45  <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Mon, 15 Jun 2015 06:35:58 -0000\r
54 \r
55 David Bremner <david@tethera.net> writes:\r
56 \r
57 > David Bremner <david@tethera.net> writes:\r
58 >\r
59 >> Because ruby generates a Makefile, we have to use recursive make.\r
60 >> Because mkmf.rb hardcodes the name Makefile, put our Makefile{.local}\r
61 >> in the parent directory.\r
62 >\r
63 > Pushed the first patch in the series. Let's see if anything breaks.\r
64 >\r
65 \r
66 It turned out the answer was "Mac", so I pushed the next two patches as\r
67 well. I threw in the actual tests, since that was the point of this\r
68 effort.\r
69 \r
70 d\r