1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
diff --git a/doc/aerc-search.1.scd b/doc/aerc-search.1.scd
index 284e1f7f176349f3ae50a921e16d10924dd154b6..161a632fcc465a2e390cf314c3aec88ee0704700 100644
--- a/doc/aerc-search.1.scd
+++ b/doc/aerc-search.1.scd
@@ -8,7 +8,7 @@ # SYNTAX
This syntax is common to all backends.
-*:filter* [*-ruba*] [*-x* _<flag>_] [*-X* _<flag>_] [*-H* _Header: Value_] [*-f* _<from>_] [*-t* _<to>_] [*-c* _<cc>_] [*-d* _<start[,end]>_] [_<terms>_...]
+*:filter* [*-ruba*] [*-x* _<flag>_] [*-X* _<flag>_] [*-H* _Header: Value_] [*-f* _<from>_] [*-t* _<to>_] [*-c* _<cc>_] [*-d* _<start[,end]>_] [_<terms>_...]++
*:search* [*-ruba*] [*-x* _<flag>_] [*-X* _<flag>_] [*-H* _Header: Value_] [*-f* _<from>_] [*-t* _<to>_] [*-c* _<cc>_] [*-d* _<start[,end]>_] [_<terms>_...]
Searches the current folder for messages matching the given set of
conditions.
@@ -80,7 +80,7 @@
For notmuch, it is possible to avoid using the above flags and only rely on
notmuch search syntax.
-*:filter* _query_...
+*:filter* _query_...++
*:search* _query_...
You can use the full notmuch query language as described in
*notmuch-search-terms*(7).
|