Add search documentation for maildir backend

This commit is contained in:
Jeffas 2019-09-14 18:05:21 +01:00 committed by Drew DeVault
parent c97d0d6320
commit 35dc57ed90
1 changed files with 16 additions and 0 deletions

View File

@ -2,6 +2,22 @@ aerc-search(1)
# 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...>
Searches the current folder for <terms>. Each separate term is searched
case-insensitively among subject lines if *-b* or *-t* are not provided.