mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
notmuch: Document the new special-case syntax of "*".
This functionality came through a recent addition to the library.
This commit is contained in:
parent
e100871981
commit
74168777cb
2 changed files with 6 additions and 0 deletions
|
@ -387,6 +387,9 @@ which will match all messages that contain all of the given
|
|||
terms/phrases in the body, the subject, or any of the sender or
|
||||
recipient headers.
|
||||
|
||||
As a special case, a search string consisting of exactly a single
|
||||
asterisk ("*") will match all messages.
|
||||
|
||||
In addition to free text, the following prefixes can be used to force
|
||||
terms to match against specific portions of an email, (where
|
||||
<brackets> indicate user-supplied values):
|
||||
|
|
|
@ -44,6 +44,9 @@ static const char search_terms_help[] =
|
|||
"\tthe given terms/phrases in the body, the subject, or any of\n"
|
||||
"\tthe sender or recipient headers.\n"
|
||||
"\n"
|
||||
"\tAs a special case, a search string consisting of exactly a\n"
|
||||
"\tsingle asterisk (\"*\") will match all messages.\n"
|
||||
"\n"
|
||||
"\tIn addition to free text, the following prefixes can be used\n"
|
||||
"\tto force terms to match against specific portions of an email,\n"
|
||||
"\t(where <brackets> indicate user-supplied values):\n"
|
||||
|
|
Loading…
Reference in a new issue