aerc/doc/aerc-search.1.scd
Jeffas d2a18e267c Change search flags
This changes the search flags for maildir and imap backends.

They now no longer use -t for searching all text. This seems to make
more sense as being the targeted recipient. I have similarly added Cc
for -c. The text search now resides under -a for all text.
2019-09-20 15:06:54 -04:00

52 lines
1.2 KiB
Markdown

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
*-a*: Search in the entire text of the messages
*-f <from>*: Search for messages from <from>
*-t <to>*: Search for messages to <to>
*-c <cc>*: Search for messages cc'ed to <cc>
# 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.
*-r*: Search for read messages
*-u*: Search for unread messages
*-b*: Search in the body of the messages
*-a*: Search in the entire text of the messages
*-f <from>*: Search for messages from <from>
*-t <to>*: Search for messages to <to>
*-c <cc>*: Search for messages cc'ed to <cc>
# NOTMUCH
*search* <query...>
You can use the full notmuch query language as described in
*notmuch-search-terms*(7).
The query will only apply on top of the active folder query.
Example: jump to next unread `:search tag:unread`