Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / dd / 32955f10b0166eb323e32560fef3624e733c12
1 Return-Path: <bremner@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 715D0429E21\r
6         for <notmuch@notmuchmail.org>; Tue, 15 Nov 2011 19:13: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: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 2Xqw8Qf2JwrF for <notmuch@notmuchmail.org>;\r
16         Tue, 15 Nov 2011 19:13:50 -0800 (PST)\r
17 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id DC598431FB6\r
21         for <notmuch@notmuchmail.org>; Tue, 15 Nov 2011 19:13:49 -0800 (PST)\r
22 Received: from zancas.localnet\r
23         (fctnnbsc36w-156034074106.pppoe-dynamic.High-Speed.nb.bellaliant.net\r
24         [156.34.74.106]) (authenticated bits=0)\r
25         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id pAG3Dj9g017582\r
26         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO);\r
27         Tue, 15 Nov 2011 23:13:45 -0400\r
28 Received: from bremner by zancas.localnet with local (Exim 4.77)\r
29         (envelope-from <bremner@tethera.net>)\r
30         id 1RQVwX-0005tB-0O; Tue, 15 Nov 2011 23:13:45 -0400\r
31 From: David Bremner <david@tethera.net>\r
32 To: notmuch@notmuchmail.org\r
33 Subject: [PATCH] NEWS: discuss contrib and nmbug\r
34 Date: Tue, 15 Nov 2011 23:13:29 -0400\r
35 Message-Id: <1321413209-22605-1-git-send-email-david@tethera.net>\r
36 X-Mailer: git-send-email 1.7.7.1\r
37 In-Reply-To: <87zkfwn4lm.fsf@zancas.localnet>\r
38 References: <87zkfwn4lm.fsf@zancas.localnet>\r
39 Cc: David Bremner <bremner@debian.org>\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Wed, 16 Nov 2011 03:13:50 -0000\r
53 \r
54 From: David Bremner <bremner@debian.org>\r
55 \r
56 I mention the possibility of a seperate license here because currently\r
57 notmuch-deliver is licensed GPL v2 only.\r
58 ---\r
59  NEWS |   14 ++++++++++++++\r
60  1 files changed, 14 insertions(+), 0 deletions(-)\r
61 \r
62 diff --git a/NEWS b/NEWS\r
63 index 7bd9987..98e07eb 100644\r
64 --- a/NEWS\r
65 +++ b/NEWS\r
66 @@ -48,6 +48,20 @@ Search avoids opening and parsing message files\r
67         notmuch new\r
68         notmuch restore notmuch.dump\r
69  \r
70 +New collection of add-on tools\r
71 +------------------------------\r
72 +\r
73 +The source directory "contrib" contains tools built on notmuch.  These\r
74 +tools are not part of notmuch, and you should check their individual\r
75 +licenses.  Feel free to report problems with them to the notmuch\r
76 +mailing list.\r
77 +\r
78 +nmbug - share tags with a given prefix\r
79 +\r
80 +   nmbug helps maintain a git repo containing all tags with a given\r
81 +   prefix (by default "notmuch::"). Tags can be shared by commiting\r
82 +   them to git in one location and restoring in another.\r
83 +\r
84  Notmuch 0.9 (2011-10-01)\r
85  ========================\r
86  \r
87 -- \r
88 1.7.7.1\r
89 \r