]> git.notmuchmail.org Git - notmuch/commitdiff
NEWS: make it explicit that wildcard matching is no longer supported
authorJani Nikula <jani@nikula.org>
Fri, 2 May 2014 16:28:38 +0000 (19:28 +0300)
committerDavid Bremner <david@tethera.net>
Fri, 2 May 2014 20:33:09 +0000 (05:33 +0900)
Wildcard matching was a feature of the probabilistic prefix, and we no
longer have it for the boolean prefix. Also note that top-level folder
can now be searched.

NEWS

diff --git a/NEWS b/NEWS
index 75dba6f963b0a10047367cba89459bd27525da34..f10c280be328698dfec8931a41669aa3b3166c04 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -21,12 +21,13 @@ General
 The `folder:` search prefix now requires an exact match
 
   The `folder:` prefix has been changed to search for email messages
-  by the exact, case sensitive maildir or MH folder name. The new
-  behaviour allows for more accurate mail folder based searches, and
-  should lead to less surprising results than the old behaviour. Users
-  are advised to see the `notmuch-search-terms` manual page for
-  details, and review how the change affects their existing `folder:`
-  searches.
+  by the exact, case sensitive maildir or MH folder name. Wildcard
+  matching (`folder:foo*`) is no longer supported. The new behaviour
+  allows for more accurate mail folder based searches, makes it
+  possible to search for messages in the top-level folder, and should
+  lead to less surprising results than the old behaviour. Users are
+  advised to see the `notmuch-search-terms` manual page for details,
+  and review how the change affects their existing `folder:` searches.
 
 There is a new `path:` search prefix.