diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc.1.scd | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 62129bff..1da6be3c 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -625,7 +625,7 @@ message list, the message in the message viewer, etc). *:prev-result* Selects the next or previous search result. -*:query* [*-a* _<account>_] [*-n* _name_] _<notmuch query>_ +*:query* [*-a* _<account>_] [*-n* _name_] [*-f*] _<notmuch query>_ Create a virtual folder using the specified top-level notmuch query. This command is exclusive to the notmuch backend. @@ -637,6 +637,10 @@ message list, the message in the message viewer, etc). Specify the display name for the virtual folder. If not provided, _<notmuch query>_ is used as the display name. + *-f* + Load the query results into an already existing folder (messages + in the original folder are not deleted). + *:search* [_<options>_] _<terms>_... Searches the current folder for messages matching the given set of conditions. The search syntax is dependent on the underlying backend. |