mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
Subject: [PATCH] NEWS: add mention of auto-tagging.
Describe new auto-tagging functionality in the NEWS.
This commit is contained in:
parent
a43ceef205
commit
4e0131b95d
1 changed files with 11 additions and 0 deletions
11
NEWS
11
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
|
||||
|
|
Loading…
Reference in a new issue