aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* imap: only call UidSort with sort criteriaKoni Marti2023-06-251-2/+3
* open: use the original attachment extension if possibleVitaly Ovchinnikov2023-06-252-3/+10
* jmap: avoid displaying archive folder when use-labels=trueRobin Jarry2023-06-253-6/+22
* doc: folder-map in aerc-accountsKoni Marti2023-06-222-0/+34
* maildir: add folder-mapKoni Marti2023-06-224-20/+56
* imap: add folder-mapKoni Marti2023-06-224-5/+27
* lib: parse query-map and folder-map filesKoni Marti2023-06-223-17/+90
* worker: implement folder-map middlewareKoni Marti2023-06-221-0/+152
* worker: add WorkerInteractor interfaceKoni Marti2023-06-229-41/+35
* textinput: fix stemming with multi-byte charsKoni Marti2023-06-221-1/+1
* worker: add jmap supportRobin Jarry2023-06-2133-10/+2507
* imap: implement cancellation of searching and fetchingTim Culverhouse2023-06-202-0/+26
* imap: implement cancellation of opening dir and listing contentsTim Culverhouse2023-06-201-39/+72
* notmuch: implement cancellation of requestsTim Culverhouse2023-06-202-17/+38
* maildir: implement cancellation of requestsTim Culverhouse2023-06-202-55/+78
* msgstore: delete pending headers when done or cancelledTim Culverhouse2023-06-201-1/+2
* worker: add context to cancellable requestsTim Culverhouse2023-06-204-16/+39
* msgstore: pass context from dirlist to msgstoreTim Culverhouse2023-06-202-19/+30
* msgstore: allocate properly sized mapsTim Culverhouse2023-06-201-3/+2
* commands: fix panic in template executionKoni Marti2023-06-201-0/+3
* mk: do not create $(DESTDIR)$(SHAREDIR)/filtersRobin Jarry2023-06-191-1/+4
* doc: fix typosRobin Jarry2023-06-192-2/+2
* save: fix saving of multiple files with the same nameMoritz Poldrack2023-06-173-2/+45
* account: create new store when creating foldersKoni Marti2023-06-173-26/+40
* doc: move toggle-headers to view categoryErik Schilling2023-06-171-3/+3
* notmuch: translate filter/search options to queryKoni Marti2023-06-172-4/+106
* logging: remove ultra verbose trace logsRobin Jarry2023-06-125-45/+3
* mbox: use named loggerRobin Jarry2023-06-121-10/+10
* notmuch: use named loggerRobin Jarry2023-06-122-36/+35
* maildir: use named loggerRobin Jarry2023-06-122-40/+40
* imap: use named loggerRobin Jarry2023-06-129-48/+47
* worker: use named loggerRobin Jarry2023-06-121-8/+30
* logger: add support for named loggersRobin Jarry2023-06-121-25/+64
* templates: add map functionsRobin Jarry2023-06-106-0/+75
* bindings: add backspace keyVitaly Ovchinnikov2023-06-103-0/+4
* help: do not run a command when displaying keysRobin Jarry2023-06-101-0/+1
* mk: trim \r from the base64 outputOmar Polo2023-06-101-1/+1
* readme: mention openSUSE aerc packageMatěj Cepl2023-06-101-0/+1
* save: new option for saving attachmentsVitaly Ovchinnikov2023-06-104-10/+17
* config: fix multiple dynamic stylesTim Culverhouse2023-06-011-3/+4
* compose: quit composing when editor returns errorMoritz Poldrack2023-06-013-0/+14
* contrib: add carddav-query scriptRobin Jarry2023-06-015-3/+382
* contributing: cleanupRobin Jarry2023-05-301-4/+7
* doc: fix invalid markupRobin Jarry2023-05-301-1/+1
* doc: mention regex for the bindings definitioninwit2023-05-281-1/+10
* lib: don't set seen flag upon errorKoni Marti2023-05-281-4/+9
* dirstore: list the folders in arrival orderKoni Marti2023-05-283-1/+45
* statusline: fix typo in deprecation warningVlad-Stefan Harbuz2023-05-211-2/+2
* maildirpp: fix path separatorKoni Marti2023-05-201-3/+0
* ui: fix deadlocks in message channelRobin Jarry2023-05-2010-70/+46