mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 12:28:09 +01:00
News for changes from Austin Clements
This commit is contained in:
parent
1ada97e05b
commit
cd8cb60733
1 changed files with 12 additions and 0 deletions
12
NEWS
12
NEWS
|
@ -46,6 +46,12 @@ Changed format for saved searches
|
||||||
saved-search :name) and (cdr saved-search) by
|
saved-search :name) and (cdr saved-search) by
|
||||||
(notmuch-saved-search-get saved-search :query) should be sufficient.
|
(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
|
Version variable
|
||||||
|
|
||||||
The new, build-time generated variable `notmuch-emacs-version` is used
|
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
|
Split lines confuse `notmuch count --batch`, so we remove embedded
|
||||||
newlines before calling notmuch count.
|
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
|
nmbug
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue