summary refs log tree commit diff stats
path: root/INSTALL
Commit message (Expand)AuthorAgeFilesLines
* INSTALL: fixed suggested uninstall-commandhut2010-06-181-1/+1
* INSTALL: changed logname from uninstall_info to install_log.txthut2010-06-181-3/+3
* Removed built-in support for uninstalling.hut2010-06-181-8/+6
* Rewrote INSTALL and "make (un)install"hut2010-06-181-34/+14
* Changed hashbang line to "#!/usr/bin/env python"hut2010-06-091-1/+1
* clean uphut2010-03-311-10/+0
* more documentationhut2010-03-121-3/+19
* misc changes, make installhut2010-03-121-3/+12
* working on the configuration system / main methodhut2010-03-121-1/+1
* stuffhut2010-01-251-1/+1
* added install instructionshut2010-01-141-0/+30
ev@jeffas.io> 2019-09-09 21:37:45 +0100 committer Drew DeVault <sir@cmpwn.com> 2019-09-11 12:24:27 -0400 Add new search behaviour for imap' href='/akspecs/aerc/commit/doc/aerc-search.1.scd?id=32381592fc335bc26a06cee847df926b9f6e6c06'>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`