Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / 2b / f902be67c66111cb6ee135a617a4d3db3d7ced
1 Return-Path: <dmitry.kurochkin@gmail.com>\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 97926431FD0\r
6         for <notmuch@notmuchmail.org>; Wed,  7 Sep 2011 04:09:17 -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.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 mxn8Fufwdnfb for <notmuch@notmuchmail.org>;\r
17         Wed,  7 Sep 2011 04:09:17 -0700 (PDT)\r
18 Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
19  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
20  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
21  D55D3431FB6    for <notmuch@notmuchmail.org>; Wed,  7 Sep 2011 04:09:16 -0700\r
22  (PDT)\r
23 Received: by wwg9 with SMTP id 9so5932114wwg.2\r
24         for <notmuch@notmuchmail.org>; Wed, 07 Sep 2011 04:09:15 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=from:to:subject:in-reply-to:references:user-agent:date:message-id\r
27         :mime-version:content-type;\r
28         bh=DWYHHjO4i6xypyFwyqEb2K30PZ4dM8cb7cvyrEENVOc=;\r
29         b=wy5T3BXsw8FypapsmqtPHMA0xdtMaqho8z2fJPZWv09fxJJxztQXEOzqkWnkuGxRK6\r
30         wEFuJ0Hyb/vKVP4kB/buPcGGjcla7yTjLqV8hBmGkE1kcoX6ldl6lz11ghfZ5GR2QLF9\r
31         ZacvqNO7C/XA/lIRilF2iebRYNIj923fu6T7o=\r
32 Received: by 10.216.158.4 with SMTP id p4mr188622wek.93.1315393755305;\r
33         Wed, 07 Sep 2011 04:09:15 -0700 (PDT)\r
34 Received: from localhost (ppp-94-66-188-51.home.otenet.gr [94.66.188.51])\r
35         by mx.google.com with ESMTPS id t7sm3265151wbm.12.2011.09.07.04.09.05\r
36         (version=TLSv1/SSLv3 cipher=OTHER);\r
37         Wed, 07 Sep 2011 04:09:07 -0700 (PDT)\r
38 From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
39 To: Jani Nikula <jani@nikula.org>, notmuch@notmuchmail.org\r
40 Subject: Re: [PATCH v2 5/7] emacs: improve hidden signatures handling in\r
41         notmuch-show-advance-and-archive\r
42 In-Reply-To: <87mxeg90lp.fsf@intel.com>\r
43 References: <1309376558-26284-1-git-send-email-dmitry.kurochkin@gmail.com>\r
44         <1309496122-4965-1-git-send-email-dmitry.kurochkin@gmail.com>\r
45         <1309496122-4965-6-git-send-email-dmitry.kurochkin@gmail.com>\r
46         <87mxeg90lp.fsf@intel.com>\r
47 User-Agent: Notmuch/0.7-48-g3fe340f (http://notmuchmail.org) Emacs/23.3.1\r
48         (x86_64-pc-linux-gnu)\r
49 Date: Wed, 07 Sep 2011 14:09:13 +0300\r
50 Message-ID: <87hb4oehie.fsf@gmail.com>\r
51 MIME-Version: 1.0\r
52 Content-Type: text/plain; charset=us-ascii\r
53 X-BeenThere: notmuch@notmuchmail.org\r
54 X-Mailman-Version: 2.1.13\r
55 Precedence: list\r
56 List-Id: "Use and development of the notmuch mail system."\r
57         <notmuch.notmuchmail.org>\r
58 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
60 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
61 List-Post: <mailto:notmuch@notmuchmail.org>\r
62 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
63 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
64         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
65 X-List-Received-Date: Wed, 07 Sep 2011 11:09:17 -0000\r
66 \r
67 On Wed, 07 Sep 2011 09:13:22 +0000, Jani Nikula <jani@nikula.org> wrote:\r
68 > On Fri,  1 Jul 2011 08:55:20 +0400, Dmitry Kurochkin <dmitry.kurochkin@gmail.com> wrote:\r
69 > > Use `previous-single-char-property-change' instead of going\r
70 > > through each character by hand and testing it's visibility.  This\r
71 > > fixes `notmuch-show-advance-and-archive' to work for the last\r
72 > > message in thread with hidden signature.\r
73\r
74 > Hi, this is still broken in master, did this patch fall between the\r
75 > cracks or something?\r
76\r
77 \r
78 It was not applied to master.  Just like many other patches.\r
79 \r
80 Regards,\r
81   Dmitry\r
82 \r
83 > BR,\r
84 > Jani.\r