X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=NEWS;h=8aa418240c9229928d748915b7ce0ccdbd752bfe;hb=b8327ab483a3f018b9c7c72502f2b30f8a80ccbe;hp=f4d2abe9e28a1b194d65c7650f817e62ad079245;hpb=05b534209d44b74105308e521dcac82a5e4afe43;p=notmuch diff --git a/NEWS b/NEWS index f4d2abe9..8aa41824 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,44 @@ -Notmuch 0.17~rc4 (2013-12-28) -============================= +Notmuch 0.18 (UNRELEASED) +========================= + +Command-Line Interface +---------------------- + +`notmuch dump` now defaults to `batch-tag` format. + + The old format is still available with `--format=sup`. + +`notmuch new` has a --quiet option + + This option suppresses the progress and summary reports. + +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 + newlines before calling notmuch count. + +Notmuch 0.17 (2013-12-30) +========================= Incompatible change in SHA1 computation ---------------------------------------