]> git.notmuchmail.org Git - notmuch/blobdiff - NEWS
NEWS: start section for 0.13
[notmuch] / NEWS
diff --git a/NEWS b/NEWS
index 18760ce79e139d87476e71f69af794d889a42796..b49e252308bde32394e383148cfd0505c989c2a7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Notmuch 0.13 (2012-xx-xx)
+=========================
+
+Tag exclusion
+
+  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
+
 Notmuch 0.12 (2012-xx-xx)
 =========================
 
@@ -101,6 +122,12 @@ Generate inline patch fake attachment file names from message subject
   'git format-patch' instead of just "inline patch". See "Notmuch Show
   Insert Text/Plain Hook" in the notmuch customize interface.
 
+Enable `notmuch-search-line-faces' by default
+
+  Make the `notmuch-search-line-faces' functionality more discoverable
+  for new users by showing "unread" messages bold and "flagged"
+  messages blue by default in the search view.
+
 Library changes
 ---------------