Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / 42 / d144ca751e952028fa7ba3233b8547d2a398b3
1 Return-Path: <bremner@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 51DFF431FAF\r
6         for <notmuch@notmuchmail.org>; Fri,  3 Feb 2012 21:20:50 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -1.224\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.224 tagged_above=-999 required=5\r
12         tests=[DATE_IN_PAST_03_06=1.076, RCVD_IN_DNSWL_MED=-2.3]\r
13         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 g7H59jKTvKcL for <notmuch@notmuchmail.org>;\r
17         Fri,  3 Feb 2012 21:20:50 -0800 (PST)\r
18 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
19         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id C586F431FAE\r
22         for <notmuch@notmuchmail.org>; Fri,  3 Feb 2012 21:20:49 -0800 (PST)\r
23 Received: from rocinante.cs.unb.ca ([209.104.169.194]) (authenticated bits=0)\r
24         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id q145KgCu012925\r
25         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO);\r
26         Sat, 4 Feb 2012 01:20:47 -0400\r
27 Received: from bremner by rocinante.cs.unb.ca with local (Exim 4.77)\r
28         (envelope-from <bremner@unb.ca>)\r
29         id 1RtUky-00067A-81; Fri, 03 Feb 2012 21:49:36 -0400\r
30 From: David Bremner <david@tethera.net>\r
31 To: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>, notmuch@notmuchmail.org\r
32 Subject: Re: [PATCH v4 02/12] emacs: remove text properties from\r
33         `notmuch-search-get-tags' result\r
34 In-Reply-To: <1327985666-29191-3-git-send-email-dmitry.kurochkin@gmail.com>\r
35 References: <1327901644-15799-1-git-send-email-dmitry.kurochkin@gmail.com>\r
36         <1327985666-29191-1-git-send-email-dmitry.kurochkin@gmail.com>\r
37         <1327985666-29191-3-git-send-email-dmitry.kurochkin@gmail.com>\r
38 User-Agent: Notmuch/0.11+7~gf38bc44 (http://notmuchmail.org) Emacs/23.3.1\r
39         (x86_64-pc-linux-gnu)\r
40 Date: Fri, 03 Feb 2012 21:49:36 -0400\r
41 Message-ID: <87k443jrkf.fsf@rocinante.cs.unb.ca>\r
42 MIME-Version: 1.0\r
43 Content-Type: text/plain; charset=us-ascii\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, 04 Feb 2012 05:20:50 -0000\r
57 \r
58 On Tue, 31 Jan 2012 08:54:16 +0400, Dmitry Kurochkin <dmitry.kurochkin@gmail.com> wrote:\r
59 > ---\r
60 >  emacs/notmuch.el |    2 +-\r
61 >  1 files changed, 1 insertions(+), 1 deletions(-)\r
62\r
63 \r
64 Hi Dmitry.\r
65 \r
66 This series stops applying at the second patch due to other changes, so\r
67 I guess I'll wait for a rebase of the full series. I've sent out several\r
68 rebase requests this evening so you might want to wait for the dust to\r
69 settle.\r
70 \r
71 d\r