mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
NEWS: make it explicit that wildcard matching is no longer supported
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.
This commit is contained in:
parent
02fabf31df
commit
697d6b5a47
1 changed files with 7 additions and 6 deletions
13
NEWS
13
NEWS
|
@ -21,12 +21,13 @@ General
|
||||||
The `folder:` search prefix now requires an exact match
|
The `folder:` search prefix now requires an exact match
|
||||||
|
|
||||||
The `folder:` prefix has been changed to search for email messages
|
The `folder:` prefix has been changed to search for email messages
|
||||||
by the exact, case sensitive maildir or MH folder name. The new
|
by the exact, case sensitive maildir or MH folder name. Wildcard
|
||||||
behaviour allows for more accurate mail folder based searches, and
|
matching (`folder:foo*`) is no longer supported. The new behaviour
|
||||||
should lead to less surprising results than the old behaviour. Users
|
allows for more accurate mail folder based searches, makes it
|
||||||
are advised to see the `notmuch-search-terms` manual page for
|
possible to search for messages in the top-level folder, and should
|
||||||
details, and review how the change affects their existing `folder:`
|
lead to less surprising results than the old behaviour. Users are
|
||||||
searches.
|
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.
|
There is a new `path:` search prefix.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue