]> git.notmuchmail.org Git - notmuch/commitdiff
News for tag exclusion
authorAustin Clements <amdragon@MIT.EDU>
Wed, 18 Jan 2012 20:58:50 +0000 (15:58 -0500)
committerDavid Bremner <bremner@debian.org>
Thu, 19 Jan 2012 13:39:49 +0000 (09:39 -0400)
NEWS

diff --git a/NEWS b/NEWS
index 1e561a9e95b66c40f9ec7c503399855b0d3e2876..6afa9124c3ccd0f328f99aff6e9a14431b4d1b2c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,13 @@ Reply to sender
   to all. The feature is available through the new command line option
   --reply-to=(all|sender).
 
+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.
+
 Emacs Interface
 ---------------
 
@@ -21,6 +28,14 @@ Reply to sender
   and search modes, 'r' has been bound to reply to sender, replacing
   reply to all, which now has key binding 'R'.
 
+Library changes
+---------------
+
+New functions
+
+  notmuch_query_add_tag_exclude supports the new tag exclusion
+  feature.
+
 Notmuch 0.11 (2012-01-13)
 =========================