aboutsummaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@MIT.EDU>2014-04-18 23:31:03 -0400
committerGravatar David Bremner <david@tethera.net>2014-04-19 13:09:15 +0900
commitcd8cb607332b143bd5403175bed5fabe0f793b9c (patch)
tree02075ef4d94e74d2f36d5dfe9bc03f9eb10d9403 /NEWS
parent1ada97e05b5385ef242b19c0d5903628a97e06fe (diff)
News for changes from Austin Clements
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4ceff94f..19c65566 100644
--- 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
-----