X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=NEWS;h=d1bc73b8ef2479dcf5328d4039f379ce07a4d9ed;hb=b71fa262b54398399821e89d01d984f46e24d2e8;hp=bc96c1b721ba0e47005ac326395b63e3b6b52c47;hpb=460749d357225324bb1b752b858bfdba1c13f7bf;p=notmuch diff --git a/NEWS b/NEWS index bc96c1b7..d1bc73b8 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,28 @@ Notmuch 0.27 (UNRELEASED) ========================= +General +------- + +Add support for thread:{} queries + + Queries of the form `thread:{foo} and thread:{bar}` match threads + containing (possibly distinct) messages matching foo and bar. See + `notmuch-search-terms(7)` for details. + +Command Line Interface +---------------------- + +Add the --full-scan option to `notmuch new` + + This option disables mtime based optimization of scanning for new mail. + +Documentation +------------- + +An initial manual for `notmuch-emacs` is now installed by default (in +`info` format). + Dependencies ------------