[PATCH 4/4] Update NEWS for user.other_name
[notmuch-archives.git] / cf / 9a7b59a1e3cc7a2603c83cb2b04c92f77c9fd4
1 Return-Path: <prvs=jrosenthal=72618203d@jhu.edu>\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 5D0F94196F3\r
6         for <notmuch@notmuchmail.org>; Tue, 27 Apr 2010 09:11:19 -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: -4.2\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3] autolearn=ham\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 t9q4MaCadaak for <notmuch@notmuchmail.org>;\r
16         Tue, 27 Apr 2010 09:11:18 -0700 (PDT)\r
17 Received: from ipex3.johnshopkins.edu (ipex3.johnshopkins.edu\r
18         [128.220.161.140])\r
19         by olra.theworths.org (Postfix) with ESMTP id 906404196F0\r
20         for <notmuch@notmuchmail.org>; Tue, 27 Apr 2010 09:11:18 -0700 (PDT)\r
21 X-IronPort-AV: E=Sophos;i="4.52,280,1270440000"; d="scan'208";a="380283264"\r
22 Received: from c-69-255-36-229.hsd1.md.comcast.net (HELO lucky)\r
23         ([69.255.36.229])\r
24         by ipex3.johnshopkins.edu with ESMTP/TLS/AES256-SHA;\r
25         27 Apr 2010 12:11:18 -0400\r
26 Received: from jkr by lucky with local (Exim 4.69)\r
27         (envelope-from <jrosenthal@jhu.edu>)\r
28         id 1O6nNU-0002Nw-I9; Tue, 27 Apr 2010 12:11:16 -0400\r
29 From: Jesse Rosenthal <jrosenthal@jhu.edu>\r
30 To: Carl Worth <cworth@cworth.org>,\r
31         Notmuch developer list <notmuch@notmuchmail.org>\r
32 Subject: Subject: [PATCH] NEWS: add mention of auto-tagging.\r
33 In-Reply-To: <87sk6gkhmp.fsf@jhu.edu>\r
34 References: <87d3xlkpsc.fsf@jhu.edu> <87fx2gnccg.fsf@yoom.home.cworth.org>\r
35         <87vdbcki2t.fsf@jhu.edu> <87sk6gkhmp.fsf@jhu.edu>\r
36 User-Agent: Notmuch/0.3 (http://notmuchmail.org) Emacs/23.1.1\r
37         (i486-pc-linux-gnu)\r
38 Date: Tue, 27 Apr 2010 12:11:16 -0400\r
39 Message-ID: <87mxwokh97.fsf@jhu.edu>\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain; charset=us-ascii\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Tue, 27 Apr 2010 16:11:19 -0000\r
55 \r
56 \r
57 Describe new auto-tagging functionality in the NEWS.\r
58 ---\r
59  NEWS |   11 +++++++++++\r
60  1 files changed, 11 insertions(+), 0 deletions(-)\r
61 \r
62 diff --git a/NEWS b/NEWS\r
63 index b5f3ee3..05ffaca 100644\r
64 --- a/NEWS\r
65 +++ b/NEWS\r
66 @@ -1,3 +1,14 @@\r
67 +Auto-tagging replied messages\r
68 +\r
69 +  Add functionality for auto-tagging messages when they are replied\r
70 +  to. The tags (which can be either added or removed) can be\r
71 +  customized with the customization variable\r
72 +  `notmuch-message-replied-tags': a list of strings. Any string\r
73 +  prefaced with a "-" will be removed; any string prefaced with a "+"\r
74 +  (or neither "+" nor "-") will be added. The default is for all\r
75 +  replied messages to be marked "replied"\r
76 +\r
77 +\r
78  Notmuch 0.3 (2010-04-27)\r
79  ========================\r
80  New command-line features\r
81 -- \r
82 1.6.3.3\r
83 \r