about summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorJeffas <dev@jeffas.io>2019-09-20 17:26:17 +0100
committerDrew DeVault <sir@cmpwn.com>2019-09-20 15:06:54 -0400
commitd2a18e267c5d8908377d5a73172bd4313edc4891 (patch)
treebd4018773ff535da4d53177b47756c00926c0b0e /doc
parent39307a6fa7e96641b822ed0a9acb75021dcf7fe9 (diff)
downloadaerc-d2a18e267c5d8908377d5a73172bd4313edc4891.tar.gz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/aerc-search.1.scd12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/aerc-search.1.scd b/doc/aerc-search.1.scd
index fae241a..614a2bd 100644
--- a/doc/aerc-search.1.scd
+++ b/doc/aerc-search.1.scd
@@ -12,10 +12,14 @@ aerc-search(1)
 
 	*-b*: Search in the body of the messages
 
-	*-t*: Search in the entire text 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...>
@@ -28,10 +32,14 @@ aerc-search(1)
 
 	*-b*: Search in the body of the messages
 
-	*-t*: Search in the entire text 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...>
ass='alt'>
60338448 ^
96a6bac5 ^















ce2c1efc ^
96a6bac5 ^















c8a3ccbe ^
96a6bac5 ^

6e181e7f ^





2104d1a7 ^
b1635a5c ^
33352536 ^

e99038ea ^
33352536 ^
2104d1a7 ^
33352536 ^




e99038ea ^
33352536 ^
6070c23e ^
33352536 ^



2104d1a7 ^
e99038ea ^
33352536 ^

e99038ea ^
8aeb85f0 ^
e99038ea ^
33352536 ^



e99038ea ^
33352536 ^
e99038ea ^


33352536 ^
e99038ea ^

33352536 ^
b1635a5c ^
33352536 ^

e99038ea ^




40077d0d ^
e99038ea ^

fa786ea7 ^
e99038ea ^
33352536 ^
e99038ea ^
33352536 ^

e99038ea ^



b1635a5c ^
33352536 ^

2104d1a7 ^
52daf072 ^

33352536 ^
52daf072 ^

33352536 ^
52daf072 ^



33352536 ^


2104d1a7 ^
52daf072 ^


33352536 ^
52daf072 ^


33352536 ^

52daf072 ^

33352536 ^

52daf072 ^


33352536 ^

52daf072 ^


33352536 ^
52daf072 ^


33352536 ^
52daf072 ^
b1635a5c ^
33352536 ^

52daf072 ^


96a6bac5 ^



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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181