diff options
| author | David Bremner <david@tethera.net> | 2018-06-02 15:54:28 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-06-02 15:54:28 -0300 |
| commit | e00e235e65a404315d06f70ec6066d259f8ee802 (patch) | |
| tree | eb7ca477910b28fdb9e66e592c9d20f82a39ec30 /NEWS | |
| parent | fd20a31e4cf2485d0446a844f9facf54592728ba (diff) | |
| parent | db8602120a7b2629501f78ce9cea087274cd6b2a (diff) | |
Merge tag '0.27_rc1'
notmuch 0.27~rc1 release
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,6 +1,34 @@ 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 +------------ + +As of this release, support for versions of Xapian before 1.4.0 is +deprecated, and may disappear in a future release of notmuch. + Notmuch 0.26.2 (2018-04-28) =========================== |
