mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
News for emacs saved-searches change.
The important point is that the changed search variable is not forward compatible (it *is* backwards compatible): that is previous version of notmuch-emacs will be unusable with a new style notmuch-saved-search variable.
This commit is contained in:
parent
f225ee59eb
commit
69867c33fa
1 changed files with 17 additions and 0 deletions
17
NEWS
17
NEWS
|
@ -15,6 +15,23 @@ Command-Line Interface
|
|||
Emacs Interface
|
||||
---------------
|
||||
|
||||
Changed format for saved searches.
|
||||
|
||||
The format for `notmuch-saved-searches` has changed, but old style
|
||||
saved searches are still supported. The new style means that a saved
|
||||
search can store the desired sort order for the search, and it can
|
||||
store a separate query to use for generating the count notmuch
|
||||
shows.
|
||||
|
||||
The variable is fully customizable and any configuration done
|
||||
through customize should `just work', with the additional options
|
||||
mentioned above. For manual customization see the documentation for
|
||||
`notmuch-saved-searches`.
|
||||
|
||||
IMPORTANT: a new style notmuch-saved-searches variable will break
|
||||
previous versions of notmuch-emacs (even search will not work); to
|
||||
fix remove the customization for notmuch-saved-searches.
|
||||
|
||||
Bug fix for saved searches with newlines in them.
|
||||
|
||||
Split lines confuse `notmuch count --batch`, so we remove embedded
|
||||
|
|
Loading…
Reference in a new issue