X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=NEWS;h=70ad3f3a90a0160d75b1ea7f38b6c87e3dd83902;hb=6a99505625785022d490207bdf6e3e29ed156c6a;hp=44e8d0543f9d0b4f48168849c4cc85350f144b2e;hpb=32855b91d980c6c17ee8c4fe2fb2fa957d11d90f;p=notmuch diff --git a/NEWS b/NEWS index 44e8d054..70ad3f3a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,28 @@ +Notmuch 0.20 (UNRELEASED) +========================= + +Command-Line Interface +---------------------- + +There is a new `mimetype:` search prefix + + The new `mimetype:` search prefix allows searching for the + content-type of attachments, which is now indexed. See the + `notmuch-search-terms` manual page for details. + +Documentation +------------- + +Support for using rst2man in place of sphinx to build the +docmumentation has been removed. + +Contrib +------- + +`notmuch-deliver` is removed. As far as we know, all functionality +previously provided by `notmuch-deliver` should now be provided by +`notmuch insert`, provided by the main notmuch binary. + Notmuch 0.19 (2014-11-14) =========================