aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2018-06-02 15:54:28 -0300
committerDavid Bremner <david@tethera.net>2018-06-02 15:54:28 -0300
commite00e235e65a404315d06f70ec6066d259f8ee802 (patch)
treeeb7ca477910b28fdb9e66e592c9d20f82a39ec30 /NEWS
parentfd20a31e4cf2485d0446a844f9facf54592728ba (diff)
parentdb8602120a7b2629501f78ce9cea087274cd6b2a (diff)
Merge tag '0.27_rc1'
notmuch 0.27~rc1 release
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS28
1 files changed, 28 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a5eb6439..d1bc73b8 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
===========================