about summary refs log tree commit diff stats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* msglist: highlight marked messagesReto Brunner2019-12-211-1/+1
* Add address book completion in composerBen Burwell2019-12-211-0/+16
* Show textinput completions in popoversBen Burwell2019-12-211-0/+10
* Add custom sorting for foldersMichele Finotto2019-12-091-0/+6
* Complete the F rune.Srivathsan Murali2019-11-171-2/+3
* Correct capitalization in quoted_replyDrew DeVault2019-11-101-2/+6
* Add Templates with ParsingSrivathsan Murali2019-11-102-0/+114
* Add support for AUTH LOGIN submissionLuke Drummond2019-11-011-0/+4
* Config for deleting message from message viewerSrivathsan Murali2019-09-201-0/+5
* Change search flagsJeffas2019-09-201-2/+10
* Add documentation for sortJeffas2019-09-202-0/+34
* Add search documentation for maildir backendJeffas2019-09-161-0/+16
* Add signaturesJeffas2019-09-121-0/+8
* Add modify-labels commandReto Brunner2019-09-121-0/+8
* Add display of unread messages in dirlistJeffas2019-09-111-0/+16
* Add new search behaviour for imapJeffas2019-09-111-2/+8
* Allow custom spinner via config filePaul Spooren2019-08-301-0/+15
* notmuch: add search / filter capabilitiesReto Brunner2019-08-291-0/+10
* extract search criteria parsing into the backendsReto Brunner2019-08-292-7/+15
* Add :prompt commandChristopher Vittal2019-08-261-0/+6
* folder filter: only assume regex if filter is ~fmtDrew DeVault2019-08-201-1/+1
* Add forwarding as attachment featureJelle Besseling2019-08-201-1/+3
* Add addresses argument to forward commandJelle Besseling2019-08-201-1/+1
* Support regex filters for foldersDaniel Xu2019-08-191-1/+2
* Revert "add close command at global level"Drew DeVault2019-08-131-5/+7
* add close command at global levelAditya Srivastava2019-08-131-7/+5
* Add optional body argument to compose commandDaniel Bridges2019-08-131-1/+1
* Let user edit arbitrary headers in composerDaniel Bridges2019-08-121-1/+5
* Add notmuch docsReto Brunner2019-08-083-1/+64
* Allow cc/bcc command to receive no argumentsDaniel Bridges2019-08-071-1/+1
* Add cc and bcc commandsDaniel Bridges2019-08-031-0/+4
* doc: Fix missing '\' in aerc-tutorial man page.Ronan Pigott2019-07-291-1/+1
* aerc-tutorial(7): add searching and expand viewerDrew DeVault2019-07-291-0/+8
* Ring bell when new messages arrive 0.2.0Ben Burwell2019-07-291-0/+5
* Add index option to change-tabJeffas2019-07-271-2/+4
* Add :detach commandGalen Abell2019-07-271-0/+4
* Implement sendmail supportDrew DeVault2019-07-275-4/+35
* Add change-tab docsJeffas2019-07-261-0/+3
* Add command history and cyclingGalen Abell2019-07-261-1/+5
* Support configurable header layout in compose widgetDaniel Bridges2019-07-261-0/+6
* Add new-email triggerJeffas2019-07-261-0/+20
* aerc(1): fix scdoc syntax errorDrew DeVault2019-07-191-1/+1
* aerc(1): document missing commandsDrew DeVault2019-07-191-6/+48
* aerc(1): Fix fallback ex key documentationDrew DeVault2019-07-191-1/+1
* Implement :filter, :clearKevin Kuehler2019-07-191-4/+22
* Add :attach command for composeGalen Abell2019-07-191-0/+5
f='#n169'>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
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539