about summary refs log tree commit diff stats
path: root/tests/unittests/test_cmd_join.h
Commit message (Expand)AuthorAgeFilesLines
* Apply coding styleMichael Vetter2020-07-071-9/+9
* Revert "Apply coding style"Michael Vetter2020-07-071-9/+9
* Apply coding styleMichael Vetter2020-07-071-9/+9
* Moved all tests to tests folderJames Booth2015-06-121-0/+9
06:39:07 +0200 committer Drew DeVault <sir@cmpwn.com> 2019-08-29 08:44:10 +0900 extract search criteria parsing into the backends' href='/akspecs/aerc/commit/doc/aerc-search.1.scd?id=94b9d557dee0fd13853b1883cc2730c5cbdbcd3f'>94b9d55 ^
f13f9a8 ^
3238159 ^

d2a18e2 ^
3238159 ^


d2a18e2 ^



35dc57e ^











d2a18e2 ^
35dc57e ^


d2a18e2 ^



f13f9a8 ^








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
44
45
46
47
48
49
50
51



              
                                       
                                                                               
                                                                                



                                        
 

                                                
                                                       


                                                    



                                                    











                                                                                
                                                       


                                                    



                                                    








                                                                    
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`