]> git.notmuchmail.org Git - notmuch/commitdiff
Subject: [PATCH] NEWS: add mention of auto-tagging.
authorJesse Rosenthal <jrosenthal@jhu.edu>
Tue, 27 Apr 2010 16:11:16 +0000 (12:11 -0400)
committerCarl Worth <cworth@cworth.org>
Tue, 27 Apr 2010 16:20:19 +0000 (09:20 -0700)
Describe new auto-tagging functionality in the NEWS.

NEWS

diff --git a/NEWS b/NEWS
index b5f3ee3e9d6015312d6c0af5b8989e9d2d472fc8..05ffaca9342e5c352d2403dafbbf8028493adfa0 100644 (file)
--- 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