[PATCH v3 5/7] Introduce _notmuch_message_has_term()
[notmuch-archives.git] / ca / 01ea28ada77247cffecb2cf76ad281d9b03913
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 olra.theworths.org (Postfix) with ESMTP id 0937D431FAF\r
6         for <notmuch@notmuchmail.org>; Tue,  7 Oct 2014 10:10:53 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 JOJ4XgC+zN2s for <notmuch@notmuchmail.org>;\r
16         Tue,  7 Oct 2014 10:10:45 -0700 (PDT)\r
17 Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
18         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id AE354431FB6\r
21         for <notmuch@notmuchmail.org>; Tue,  7 Oct 2014 10:10:45 -0700 (PDT)\r
22 Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
23         (envelope-from <david@tethera.net>)\r
24         id 1XbYHb-0005r2-Ng; Tue, 07 Oct 2014 14:10:43 -0300\r
25 Received: (nullmailer pid 5545 invoked by uid 1000); Tue, 07 Oct 2014\r
26         17:10:34 -0000\r
27 From: David Bremner <bremner@debian.org>\r
28 To: "W. Trevor King" <wking@tremily.us>\r
29 Subject: Re: [PATCH] NEWS: Document "nmbug: Translate to Python"\r
30 In-Reply-To: <20141007165535.GC17059@odin.tremily.us>\r
31 References:\r
32  <30987ac1951b6703839d1ec8546c91f2e94935ac.1412523971.git.wking@tremily.us>\r
33         <87k34c75o5.fsf@maritornes.cs.unb.ca>\r
34         <20141007165535.GC17059@odin.tremily.us>\r
35 User-Agent: Notmuch/0.18.1+98~gae27403 (http://notmuchmail.org) Emacs/24.3.1\r
36         (x86_64-pc-linux-gnu)\r
37 Date: Tue, 07 Oct 2014 19:10:33 +0200\r
38 Message-ID: <87tx3fajqu.fsf@maritornes.cs.unb.ca>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain; charset=utf-8\r
41 Content-Transfer-Encoding: quoted-printable\r
42 Cc: Tomi Ollila <tomi.ollila@iki.fi>, notmuch@notmuchmail.org\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.13\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Tue, 07 Oct 2014 17:10:53 -0000\r
56 \r
57 "W. Trevor King" <wking@tremily.us> writes:\r
58 \r
59 > On Tue, Oct 07, 2014 at 08:30:34AM +0200, David Bremner wrote:\r
60 >> W. Trevor King writes:\r
61 >> > This is mostly culled from the commit message for 7f2cb3be (nmbug:\r
62 >> > Translate to Python, 2014-10-03).  I realized while writing it\r
63 >> > that the 7f2cb3be commit message has:\r
64 >>=20\r
65 >> This seems a bit long for a NEWS item, especially for a change that\r
66 >> impacts only a minority of current notmuch users. Typically even\r
67 >> fairly major changes (from a user point of view) have less a 10-20\r
68 >> line NEWS item and refer to some external documentation.\r
69 >\r
70 > Ok, so maybe:\r
71 >\r
72 >   =E2=80=9C'nmbug help' is now 'nmbug --help', and the following nmbug\r
73 >   commands have slightly different interfaces: 'archive', 'commit',\r
74 >   'fetch', 'log', 'pull', 'push', and 'status'.  For details on the\r
75 >   new interface, run 'nmbug COMMAND --help'.=E2=80=9D\r
76 >\r
77 > Cheers,\r
78 > Trevor\r
79 \r
80 Yep, that sounds fine.=20\r
81 \r
82 Thanks!\r
83 \r
84 David\r