about summary refs log tree commit diff stats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* docs: link to styleset(7)Reto Brunner2020-08-281-1/+1
* Add account alias configuration and correctly set From fieldy0ast2020-08-201-0/+3
* stylesets: only accept comment char after whitespaceThorben Günther2020-08-071-1/+4
* Implement style configuration.Kalyan Sriram2020-08-064-6/+483
* Revert "Implement style configuration."Reto Brunner2020-07-304-472/+6
* Implement style configuration.Kalyan Sriram2020-07-304-6/+472
* run go fmtReto Brunner2020-07-171-1/+1
* Add a 'folders-exclude' optionARaspiK2020-07-021-0/+5
* Revert "Add Style configuration"Drew DeVault2020-05-284-473/+6
* Revert "Make color scheme match previous design more closely"Drew DeVault2020-05-281-3/+2
* Make color scheme match previous design more closelyReto Brunner2020-05-271-2/+3
* Add Style configurationReto Brunner2020-05-274-6/+473
* Changing aerc.conf delimiter parsing to use only =, and not : as wellBen Cohen2020-04-291-2/+6
* Remove unecessary <Enter> from aerc.conf.inErazem Kokot2020-04-281-1/+1
* Add postpone commandJeffas2020-04-242-4/+7
* Ensure documented defaults match given defaultsBen Fiedler2020-04-231-3/+3
* fix binding for delete messageRay Ganardi2020-04-201-1/+1
* Add quotes to the default pinned-tab-markerZoltan Kalmar2020-03-131-1/+1
* Add pinned tabsJeffas2020-03-092-0/+7
* config: Strongly type context typeReto Brunner2020-01-241-4/+7
* Contextual UI ConfigurationSrivathsan Murali2020-01-241-10/+100
* Fix handling of multiple template-dirsBen Burwell2020-01-241-3/+3
* binds.conf: mark bindingsReto Brunner2019-12-211-0/+3
* msglist: highlight marked messagesReto Brunner2019-12-212-2/+2
* Add address book completion in composerBen Burwell2019-12-212-2/+15
* Show textinput completions in popoversBen Burwell2019-12-212-15/+31
* Add custom sorting for foldersMichele Finotto2019-12-091-0/+1
* Complete the F rune.Srivathsan Murali2019-11-171-1/+3
* Add some defaults for template optionsDrew DeVault2019-11-101-1/+9
* Add Templates with ParsingSrivathsan Murali2019-11-102-10/+56
* Config for deleting message from message viewerSrivathsan Murali2019-09-202-24/+31
* Add documentation for sortJeffas2019-09-201-0/+9
* Add sorting functionalityJeffas2019-09-201-0/+1
* Add signaturesJeffas2019-09-121-0/+2
* Add display of unread messages in dirlistJeffas2019-09-112-3/+9
* all: use fmt.Errorf for fomartting errorsWagner Riffel2019-09-041-1/+1
* Allow custom spinner via config filePaul Spooren2019-08-301-0/+5
* Pass os stdin to credential commandJonas Mueller2019-08-121-0/+1
* Ring bell when new messages arrive 0.2.0Ben Burwell2019-07-292-0/+8
* Print errors from config load issues.Reto Brunner2019-07-291-3/+3
* Support configurable header layout in compose widgetDaniel Bridges2019-07-262-1/+22
* Add new-email triggerJeffas2019-07-263-0/+71
* Implement :filter, :clearKevin Kuehler2019-07-191-0/+1
* Change default attach keybindingDrew DeVault2019-07-191-1/+1
* Add :cp alias for :copyDrew DeVault2019-07-171-2/+2
* Add option to always show mimetype in viewerJeffas2019-07-172-4/+10
* Display user specified headers in viewer if presentDaniel Bridges2019-07-172-1/+33
* Add MouseEnabled config settingJeffas2019-07-172-0/+7
* lowercase all key bindingsReto Brunner2019-07-171-32/+32
* 71: Allow user to change config options at runtimePedro L. Ramos2019-07-151-50/+59
e previous revision' href='/akkartik/mu/blame/build4?h=hlt&id=3ecee22a8a440b5f299729cbe49aede7e270c67c'>^
07147a67 ^








129a9f71 ^
07147a67 ^


















07147a67 ^
129a9f71 ^
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