Add search documentation for maildir backend
This commit is contained in:
parent
c97d0d6320
commit
35dc57ed90
|
@ -2,6 +2,22 @@ aerc-search(1)
|
||||||
|
|
||||||
# IMAP
|
# IMAP
|
||||||
|
|
||||||
|
*search* [-rubt] [-f <from>] <terms...>
|
||||||
|
Searches the current folder for <terms>. Each separate term is searched
|
||||||
|
case-insensitively among subject lines if *-b* or *-t* are not provided.
|
||||||
|
|
||||||
|
*-r*: Search for read messages
|
||||||
|
|
||||||
|
*-u*: Search for unread messages
|
||||||
|
|
||||||
|
*-b*: Search in the body of the messages
|
||||||
|
|
||||||
|
*-t*: Search in the entire text of the messages
|
||||||
|
|
||||||
|
*-f <from>*: Search for messages from <from>
|
||||||
|
|
||||||
|
# MAILDIR
|
||||||
|
|
||||||
*search* [-rubt] [-f <from>] <terms...>
|
*search* [-rubt] [-f <from>] <terms...>
|
||||||
Searches the current folder for <terms>. Each separate term is searched
|
Searches the current folder for <terms>. Each separate term is searched
|
||||||
case-insensitively among subject lines if *-b* or *-t* are not provided.
|
case-insensitively among subject lines if *-b* or *-t* are not provided.
|
||||||
|
|
Loading…
Reference in New Issue