diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-search.1.scd | 8 | ||||
-rw-r--r-- | doc/aerc.1.scd | 5 |
2 files changed, 11 insertions, 2 deletions
diff --git a/doc/aerc-search.1.scd b/doc/aerc-search.1.scd index 8cfbfd6a..66cfecab 100644 --- a/doc/aerc-search.1.scd +++ b/doc/aerc-search.1.scd @@ -6,10 +6,13 @@ aerc-search - search and filter patterns and options for *aerc*(1) # MAILDIR & IMAP -*search* [*-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. + *:filter* restricts the displayed messages to only the search results. + Each space separated term of _<terms>_, if provided, is searched case-insensitively among subject lines unless *-b* or *-a* are provided. @@ -70,7 +73,8 @@ aerc-search - search and filter patterns and options for *aerc*(1) # NOTMUCH -*search* _query_... +*:filter* _query_... +*:search* _query_... You can use the full notmuch query language as described in *notmuch-search-terms*(7). diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 4002e339..c067929c 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -382,6 +382,11 @@ message list, the message in the message viewer, etc). *:prev-result* Selects the next or previous search result. +*:search* [_<options>_] _<terms>_... + Searches the current folder for messages matching the given set of + conditions. The search syntax is dependent on the underlying backend. + Refer to *aerc-search*(1) for details. + *:select* _<n>_++ *:select-message* _<n>_ Selects the _<n>_\th message in the message list (and scrolls it into |