]> git.notmuchmail.org Git - notmuch/commitdiff
News for changes from Austin Clements
authorAustin Clements <amdragon@MIT.EDU>
Sat, 19 Apr 2014 03:31:03 +0000 (23:31 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 19 Apr 2014 04:09:15 +0000 (13:09 +0900)
NEWS

diff --git a/NEWS b/NEWS
index 4ceff94f5c307e385bc080d9f5fcecb9302f8c3c..19c65566f9265968b561e8f48e22a10b9e5c0bd4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -46,6 +46,12 @@ Changed format for saved searches
   saved-search :name) and (cdr saved-search) by
   (notmuch-saved-search-get saved-search :query) should be sufficient.
 
+The keys of `notmuch-tag-formats` are now regexps
+
+  Previously, the keys were literal strings.  Customized settings of
+  `notmuch-tag-formats` will continue to work as before unless tags
+  contain regexp special characters like `.` or `*`.
+
 Version variable
 
   The new, build-time generated variable `notmuch-emacs-version` is used
@@ -60,6 +66,12 @@ Bug fix for saved searches with newlines in them
   Split lines confuse `notmuch count --batch`, so we remove embedded
   newlines before calling notmuch count.
 
+Bug fixes for sender identities
+
+  Previously, Emacs would rewrite some sender identities in unexpected
+  and undesirable ways.  Now it will use identities exactly as
+  configured in `notmuch-identities`.
+
 nmbug
 -----