X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=NEWS;h=d4f4ea4e898887799d82eaf2fb412636b869bf00;hp=28788d8dc85bd3b426effaf0d5d5828c3f7f92f1;hb=3fed6736a7ef8b8b1f05d0fabb136bdd3b5917ee;hpb=c734dd75344ea0d1701969a8ecb9ff00d2bd5531 diff --git a/NEWS b/NEWS index 28788d8d..d4f4ea4e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +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 +--------------- + +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) =========================