[PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / 5f / 725781ec9ea83249f0047e39792d68fb1c25f8
1 Return-Path: <tomi.ollila@iki.fi>\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 F0FDE6DE0362\r
6  for <notmuch@notmuchmail.org>; Wed, 13 Apr 2016 01:15:50 -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.616\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.616 tagged_above=-999 required=5 tests=[AWL=-0.036,\r
12   SPF_NEUTRAL=0.652] 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 GVV5lmDzrCMw for <notmuch@notmuchmail.org>;\r
16  Wed, 13 Apr 2016 01:15:42 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18  by arlo.cworth.org (Postfix) with ESMTP id 4564A6DE0361\r
19  for <notmuch@notmuchmail.org>; Wed, 13 Apr 2016 01:15:42 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21  by guru.guru-group.fi (Postfix) with ESMTP id 34429100090;\r
22  Wed, 13 Apr 2016 11:15:39 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: Chunyang Xu <xuchunyang.me@gmail.com>, notmuch@notmuchmail.org\r
25 Subject: Re: [PATCH 2/2] emacs: Add notmuch homepage to package header\r
26 In-Reply-To: <1460534328-31748-2-git-send-email-xuchunyang.me@gmail.com>\r
27 References: <1460534328-31748-1-git-send-email-xuchunyang.me@gmail.com>\r
28  <1460534328-31748-2-git-send-email-xuchunyang.me@gmail.com>\r
29 User-Agent: Notmuch/0.21+99~g7cbc880 (http://notmuchmail.org) Emacs/24.3.1\r
30  (x86_64-unknown-linux-gnu)\r
31 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
32  $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
33  !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
34 Date: Wed, 13 Apr 2016 11:15:38 +0300\r
35 Message-ID: <m24mb53owl.fsf@guru.guru-group.fi>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.20\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42  <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
44  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
49  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Wed, 13 Apr 2016 08:15:51 -0000\r
51 \r
52 On Wed, Apr 13 2016, Chunyang Xu <xuchunyang.me@gmail.com> wrote:\r
53 \r
54 > So user can find out notmuch's homepage with:\r
55 >\r
56 >   C-h P ('describe-package') notmuch\r
57 \r
58 \r
59 This series looks good, makes (only) comment changes, applies cleanly,\r
60 emacs mua works ok (tested with devel/try-emacs-mua).\r
61 \r
62 Marked ready and for 0.22. Change that if disagreed.\r
63 \r
64 Tomi\r
65 \r
66 \r
67 > ---\r
68 >  emacs/notmuch.el | 1 +\r
69 >  1 file changed, 1 insertion(+)\r
70 >\r
71 > diff --git a/emacs/notmuch.el b/emacs/notmuch.el\r
72 > index b45b5ec..a8a4c8e 100644\r
73 > --- a/emacs/notmuch.el\r
74 > +++ b/emacs/notmuch.el\r
75 > @@ -18,6 +18,7 @@\r
76 >  ;; along with Notmuch.  If not, see <http://www.gnu.org/licenses/>.\r
77 >  ;;\r
78 >  ;; Authors: Carl Worth <cworth@cworth.org>\r
79 > +;; Homepage: https://notmuchmail.org/\r
80 >  \r
81 >  ;;; Commentary:\r
82 >  \r
83 > -- \r
84 > 2.8.0\r
85 >\r
86 > _______________________________________________\r
87 > notmuch mailing list\r
88 > notmuch@notmuchmail.org\r
89 > https://notmuchmail.org/mailman/listinfo/notmuch\r