aboutsummaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Jesse Rosenthal <jrosenthal@jhu.edu>2010-04-27 12:11:16 -0400
committerGravatar Carl Worth <cworth@cworth.org>2010-04-27 09:20:19 -0700
commit4e0131b95d126f673491dd6b73c74816c96e833a (patch)
tree6334eb65c9f0b7c4d28f2ad6c670612de4c93c3c /NEWS
parenta43ceef2058209553063e166e598d7e58c3bb8e5 (diff)
Subject: [PATCH] NEWS: add mention of auto-tagging.
Describe new auto-tagging functionality in the NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b5f3ee3e..05ffaca9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Auto-tagging replied messages
+
+ Add functionality for auto-tagging messages when they are replied
+ to. The tags (which can be either added or removed) can be
+ customized with the customization variable
+ `notmuch-message-replied-tags': a list of strings. Any string
+ prefaced with a "-" will be removed; any string prefaced with a "+"
+ (or neither "+" nor "-") will be added. The default is for all
+ replied messages to be marked "replied"
+
+
Notmuch 0.3 (2010-04-27)
========================
New command-line features