]> git.notmuchmail.org Git - notmuch/commitdiff
NEWS: update "Tag exclusion" section
authorPieter Praet <pieter@praet.org>
Mon, 23 Jan 2012 05:41:45 +0000 (06:41 +0100)
committerDavid Bremner <bremner@debian.org>
Mon, 23 Jan 2012 23:26:45 +0000 (19:26 -0400)
NEWS

diff --git a/NEWS b/NEWS
index 2c2d9e9d18ed451273b3ed990976801b9662d865..2acdce56b51bd76dedf71af1da38b78b9640bc4a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,10 +13,21 @@ Reply to sender
 
 Tag exclusion
 
 
 Tag exclusion
 
-  Tags can be automatically excluded from search results unless they
-  appear explicitly in a query.  By default, notmuch excludes the tags
-  deleted and spam.  This can be changed using the new config setting
-  search.auto_exclude_tags.
+  Tags can be automatically excluded from search results by adding them
+  to the new 'search.exclude_tags' option in the Notmuch config file.
+
+  This behaviour can be overridden by explicitly including an excluded
+  tag in your query, for example:
+
+    notmuch search $your_query and tag:$excluded_tag
+
+  Existing users will probably want to run "notmuch setup" again to add
+  the new well-commented [search] section to the configuration file.
+
+  For new configurations, accepting the default setting will cause the
+  tags "deleted" and "spam" to be excluded, equivalent to running:
+
+    notmuch config set search.exclude_tags deleted spam
 
 Emacs Interface
 ---------------
 
 Emacs Interface
 ---------------