diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-search.1.scd | 11 | ||||
-rw-r--r-- | doc/aerc.1.scd | 11 |
2 files changed, 15 insertions, 7 deletions
diff --git a/doc/aerc-search.1.scd b/doc/aerc-search.1.scd new file mode 100644 index 0000000..58da44b --- /dev/null +++ b/doc/aerc-search.1.scd @@ -0,0 +1,11 @@ +aerc-search(1) + +# IMAP + +*search* [-ru] <terms...> + Searches the current folder for <terms>. Each separate term is searched + case-insensitively among subject lines. + + *-r*: Search for read messages + + *-u*: Search for unread messages diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 225ded7..c3be01b 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -175,13 +175,10 @@ message list, the message in the message viewer, etc). *next-result*, *prev-result* Selects the next or previous search result. -*search* [-ru] <terms...> - Searches the current folder for <terms>. Each separate term is searched - case-insensitively among subject lines. - - *-r*: Search for read messages - - *-u*: Search for unread messages +*search* + Searches the current folder. + The search syntax is dependant on the underlying backend. + Refer to *aerc-search*(1) for details *select* <n> Selects the nth message in the message list (and scrolls it into view if |