about summary refs log tree commit diff stats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* notmuch: clarify comment char of query-mapsReto Brunner2020-10-081-1/+2
* doc: fix typo in aerc man pageJosh Holland2020-09-171-1/+1
* doc: add oauth to aerc-smtpSeán C McCord2020-09-141-1/+5
* docs: link to styleset(7)Reto Brunner2020-08-281-1/+3
* Add account alias configuration and correctly set From fieldy0ast2020-08-201-0/+7
* Add support for :rmdirARaspiK2020-08-191-0/+22
* notmuch: docsReto Brunner2020-08-081-0/+13
* aerc-stylesets: properly indent examplesThorben Günther2020-08-071-4/+5
* Rename selecter to selectorKalyan Sriram2020-08-061-6/+6
* Implement style configuration.Kalyan Sriram2020-08-062-0/+203
* Set environment variables for the exec commandNicolai Dagestad2020-08-031-1/+3
* Revert "Implement style configuration."Reto Brunner2020-07-302-203/+0
* Revert "Rename selecter to selector"Reto Brunner2020-07-301-6/+6
* Rename selecter to selectorKalyan Sriram2020-07-301-6/+6
* Implement style configuration.Kalyan Sriram2020-07-302-0/+203
* Add flag based search optionsTobias Wölfel2020-07-251-2/+34
* Document mailto argument usageTobias Wölfel2020-07-191-1/+6
* Add additional flagging functionalityARaspiK2020-07-081-2/+25
* Add a 'folders-exclude' optionARaspiK2020-07-021-0/+7
* Fix missing escape in aerc-config manpageAlexander Harkness2020-06-131-2/+2
* Fix search documentationJeffas2020-06-091-6/+14
* Revert "Add Style configuration"Drew DeVault2020-05-282-203/+0
* Add Style configurationReto Brunner2020-05-272-0/+203
* Fix typosMartin Michlmayr2020-05-215-8/+8
* templates: add version funcReto Brunner2020-05-061-0/+7
* docs: extract template function to their own sectionReto Brunner2020-05-061-28/+39
* Implement :header commandRay Ganardi2020-05-011-0/+4
* add template structure to aerc-templates(7)Reto Brunner2020-04-261-2/+19
* aerc-config: remove bold modifier within textReto Brunner2020-04-261-1/+1
* remove mention of header addition via the editor from tutorialReto Brunner2020-04-241-3/+1
* Add recall commandJeffas2020-04-241-0/+4
* Add postpone commandJeffas2020-04-242-0/+9
* Add :choose commandRay Ganardi2020-04-241-0/+3
* Add pinned tabsJeffas2020-03-091-0/+5
* Correct the khard example so that it works with aercPeter Lamby2020-03-091-1/+1
* Add move-tab commandJeffas2020-03-031-0/+4
* Document smtp-starttlsPeter Lamby2020-03-021-0/+4
* note in aerc-templates.7.scd for toLocal functionsqwishy2020-02-251-0/+7
* Fix typo in message view sectionErazem Kokot2020-02-121-1/+1
* Contextual UI ConfigurationSrivathsan Murali2020-01-241-0/+40
* Fix handling of multiple template-dirsBen Burwell2020-01-241-1/+3
* msgview/save: Adapt to already decoded readerReto Brunner2020-01-201-4/+9
* Add docs for reply -TBen Burwell2020-01-111-1/+3
* template: man cosmetic changesLeszek Cimała2020-01-091-1/+2
* template: add exec and wrapLeszek Cimała2020-01-091-4/+17
* add .OriginalMIMEType variable to reply templateLeszek Cimała2020-01-091-0/+6
* Reword aerc-tutorial with revised constraintsDrew DeVault2020-01-051-5/+5
* Add labels to index format (%g)Reto Brunner2019-12-271-0/+2
* read: adapt to ProvidesMessagesReto Brunner2019-12-221-4/+4
* docs: mark commandReto Brunner2019-12-211-0/+17
c2faf6b7b68a06b6b432'>b0bf5321 ^
afb467ea ^
afb467ea ^
b0bf5321 ^
afb467ea ^



b0bf5321 ^
fca48e92 ^
fca48e92 ^


fca48e92 ^
1ead3562 ^
fca48e92 ^




b0bf5321 ^
fca48e92 ^
1ead3562 ^
44bab2e4 ^
fca48e92 ^
afb467ea ^




1ead3562 ^
afb467ea ^





1ead3562 ^
afb467ea ^

44bab2e4 ^
fca48e92 ^
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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311