2019-08-28 06:39:07 +02:00
|
|
|
aerc-search(1)
|
|
|
|
|
|
|
|
# IMAP
|
|
|
|
|
2020-07-24 10:36:19 +02:00
|
|
|
*search* [-ruba] [-x <flag>] [-X <flag>] [-f <from>] [-t <to>] [-c <cc>] [terms...]
|
2020-05-29 21:56:49 +02:00
|
|
|
Searches the current folder for messages matching the given set of
|
|
|
|
conditions.
|
|
|
|
|
|
|
|
Each space separated term of *terms*, if provided, is searched
|
|
|
|
case-insensitively among subject lines unless *-b* or *-a* are
|
|
|
|
provided.
|
2019-09-14 19:05:21 +02:00
|
|
|
|
|
|
|
*-r*: Search for read messages
|
|
|
|
|
|
|
|
*-u*: Search for unread messages
|
|
|
|
|
2020-07-24 10:36:19 +02:00
|
|
|
*-x <flag>*, *-X <flag>*: Restrict search to messages with or without <flag>
|
|
|
|
|
|
|
|
Use *-x* to search for messages with the flag set.
|
|
|
|
Use *-X* to search for messages without the flag set.
|
|
|
|
|
|
|
|
Possible values are:
|
|
|
|
|
|
|
|
Seen
|
|
|
|
Read messages
|
|
|
|
|
|
|
|
Answered
|
|
|
|
Replied messages
|
|
|
|
|
|
|
|
Flagged
|
|
|
|
Flagged messages
|
|
|
|
|
2019-09-14 19:05:21 +02:00
|
|
|
*-b*: Search in the body of the messages
|
|
|
|
|
2019-09-20 18:26:17 +02:00
|
|
|
*-a*: Search in the entire text of the messages
|
2019-09-14 19:05:21 +02:00
|
|
|
|
|
|
|
*-f <from>*: Search for messages from <from>
|
|
|
|
|
2019-09-20 18:26:17 +02:00
|
|
|
*-t <to>*: Search for messages to <to>
|
|
|
|
|
|
|
|
*-c <cc>*: Search for messages cc'ed to <cc>
|
|
|
|
|
2019-09-14 19:05:21 +02:00
|
|
|
# MAILDIR
|
|
|
|
|
2020-07-24 10:36:19 +02:00
|
|
|
*search* [-ruba] [-x <flag>] [-X <flag>] [-f <from>] [-t <to>] [-c <cc>] [terms...]
|
2020-05-29 21:56:49 +02:00
|
|
|
Searches the current folder for messages matching the given set of
|
|
|
|
conditions.
|
|
|
|
|
|
|
|
Each space separated term of *terms*, if provided, is searched
|
|
|
|
case-insensitively among subject lines unless *-b* or *-a* are
|
|
|
|
provided.
|
2019-08-28 06:39:07 +02:00
|
|
|
|
|
|
|
*-r*: Search for read messages
|
|
|
|
|
|
|
|
*-u*: Search for unread messages
|
2019-08-28 06:39:08 +02:00
|
|
|
|
2020-07-24 10:36:19 +02:00
|
|
|
*-x <flag>*, *-X <flag>*: Restrict search to messages with or without <flag>
|
|
|
|
|
|
|
|
Use *-x* to search for messages with the flag set.
|
|
|
|
Use *-X* to search for messages without the flag set.
|
|
|
|
|
|
|
|
Possible values are:
|
|
|
|
|
|
|
|
Seen
|
|
|
|
Read messages
|
|
|
|
|
|
|
|
Answered
|
|
|
|
Replied messages
|
|
|
|
|
|
|
|
Flagged
|
|
|
|
Flagged messages
|
|
|
|
|
2019-09-09 22:37:45 +02:00
|
|
|
*-b*: Search in the body of the messages
|
|
|
|
|
2019-09-20 18:26:17 +02:00
|
|
|
*-a*: Search in the entire text of the messages
|
2019-09-09 22:37:45 +02:00
|
|
|
|
|
|
|
*-f <from>*: Search for messages from <from>
|
|
|
|
|
2019-09-20 18:26:17 +02:00
|
|
|
*-t <to>*: Search for messages to <to>
|
|
|
|
|
|
|
|
*-c <cc>*: Search for messages cc'ed to <cc>
|
|
|
|
|
2019-08-28 06:39:08 +02:00
|
|
|
# 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`
|
2021-11-09 20:11:42 +01:00
|
|
|
|
|
|
|
# SEE ALSO
|
|
|
|
|
|
|
|
*aerc*(1) *aerc-config*(5)
|
|
|
|
|
|
|
|
# AUTHORS
|
|
|
|
|
2022-01-26 11:41:20 +01:00
|
|
|
Originally created by Drew DeVault <sir@cmpwn.com> and maintained by Robin
|
2021-11-09 20:11:42 +01:00
|
|
|
Jarry <robin@jarry.cc> who is assisted by other open source contributors. For
|
|
|
|
more information about aerc development, see https://sr.ht/~rjarry/aerc/.
|