blob: fae241a57458faec6a2302612b3922f637f56c15 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
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.
*-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>
# 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`
|