aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-10doc: fix hooks title level in aerc-config(5)Robin Jarry
2023-07-08binds: add more default bindsRobin Jarry
2023-07-07open: add option -d to automatically delete temporary filesVitaly Ovchinnikov
2023-07-06lib: invert logic of mimeDB lookupMoritz Poldrack
2023-07-06aerc.conf: update filters help to match aerc-config(5)Sebastian LaVine
2023-07-01contrib: add irc bot stuffRobin Jarry
2023-06-29templates: process reversed names betterVitaly Ovchinnikov
2023-06-29doc: mention :search in aerc(1)Robin Jarry
2023-06-26account: remember folder/message when reconnectingKoni Marti
2023-06-25parse-links: be more strict with url parsingRobin Jarry
2023-06-25imap: only call UidSort with sort criteriaKoni Marti
2023-06-25open: use the original attachment extension if possibleVitaly Ovchinnikov
2023-06-25jmap: avoid displaying archive folder when use-labels=trueRobin Jarry
2023-06-22doc: folder-map in aerc-accountsKoni Marti
2023-06-22maildir: add folder-mapKoni Marti
2023-06-22imap: add folder-mapKoni Marti
2023-06-22lib: parse query-map and folder-map filesKoni Marti
2023-06-22worker: implement folder-map middlewareKoni Marti
2023-06-22worker: add WorkerInteractor interfaceKoni Marti
2023-06-22textinput: fix stemming with multi-byte charsKoni Marti
2023-06-21worker: add jmap supportRobin Jarry
2023-06-20imap: implement cancellation of searching and fetchingTim Culverhouse
2023-06-20imap: implement cancellation of opening dir and listing contentsTim Culverhouse
2023-06-20notmuch: implement cancellation of requestsTim Culverhouse
2023-06-20maildir: implement cancellation of requestsTim Culverhouse
2023-06-20msgstore: delete pending headers when done or cancelledTim Culverhouse
2023-06-20worker: add context to cancellable requestsTim Culverhouse
2023-06-20msgstore: pass context from dirlist to msgstoreTim Culverhouse
2023-06-20msgstore: allocate properly sized mapsTim Culverhouse
2023-06-20commands: fix panic in template executionKoni Marti
2023-06-19mk: do not create $(DESTDIR)$(SHAREDIR)/filtersRobin Jarry
2023-06-19doc: fix typosRobin Jarry
2023-06-17save: fix saving of multiple files with the same nameMoritz Poldrack
2023-06-17account: create new store when creating foldersKoni Marti
2023-06-17doc: move toggle-headers to view categoryErik Schilling
2023-06-17notmuch: translate filter/search options to queryKoni Marti
2023-06-12logging: remove ultra verbose trace logsRobin Jarry
2023-06-12mbox: use named loggerRobin Jarry
2023-06-12notmuch: use named loggerRobin Jarry
2023-06-12maildir: use named loggerRobin Jarry
2023-06-12imap: use named loggerRobin Jarry
2023-06-12worker: use named loggerRobin Jarry
2023-06-12logger: add support for named loggersRobin Jarry
2023-06-10templates: add map functionsRobin Jarry
2023-06-10bindings: add backspace keyVitaly Ovchinnikov
2023-06-10help: do not run a command when displaying keysRobin Jarry
2023-06-10mk: trim \r from the base64 outputOmar Polo
2023-06-10readme: mention openSUSE aerc packageMatěj Cepl
2023-06-10save: new option for saving attachmentsVitaly Ovchinnikov
2023-06-01config: fix multiple dynamic stylesTim Culverhouse