aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* attach: add an option to pipe the attachments inVitaly Ovchinnikov2023-08-051-18/+22
* hooks: add account and folder to mail-received envRobin Jarry2023-08-041-0/+4
* msglist: fetch headers even when not focusedRobin Jarry2023-08-041-7/+28
* watchers: move filesystem monitoring stuff in libRobin Jarry2023-08-043-0/+200
* templates: attach directly from templatesKoni Marti2023-08-032-0/+28
* mouse: fix offset in tab title clickable areaBence Ferdinandy2023-08-031-10/+18
* wizard: display warning when focus is lostKoni Marti2023-08-031-0/+6
* textinput: fix deleteWord with an only whitespaceOskar Sharipov2023-07-282-1/+73
* templates: add ThreadCount and ThreadFoldedKoni Marti2023-07-161-8/+26
* store: implement thread foldingKoni Marti2023-07-162-1/+39
* threadbuilder: store uid/thread associationKoni Marti2023-07-162-35/+39
* lib: invert logic of mimeDB lookupMoritz Poldrack2023-07-061-4/+2
* templates: process reversed names betterVitaly Ovchinnikov2023-06-292-3/+135
* parse-links: be more strict with url parsingRobin Jarry2023-06-252-19/+108
* textinput: fix stemming with multi-byte charsKoni Marti2023-06-221-1/+1
* msgstore: delete pending headers when done or cancelledTim Culverhouse2023-06-201-1/+2
* worker: add context to cancellable requestsTim Culverhouse2023-06-201-11/+19
* msgstore: pass context from dirlist to msgstoreTim Culverhouse2023-06-201-0/+8
* msgstore: allocate properly sized mapsTim Culverhouse2023-06-201-3/+2
* logging: remove ultra verbose trace logsRobin Jarry2023-06-121-3/+1
* templates: add map functionsRobin Jarry2023-06-102-0/+50
* 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
* ui: fix deadlocks in message channelRobin Jarry2023-05-204-43/+22
* templates: add boolean flagsRobin Jarry2023-05-201-0/+43
* templates: use template interface consistentlyKoni Marti2023-05-161-48/+72
* textinput: align completion popoverKoni Marti2023-05-161-1/+10
* textinput: improve stemmingKoni Marti2023-05-161-3/+6
* commands: expand and complete template codeKoni Marti2023-05-161-0/+52
* msgstore: fix handling of deleted messagesTim Culverhouse2023-05-111-5/+4
* ui: avoid races with queue redrawRobin Jarry2023-04-271-15/+11
* ui: avoid duplicate queued redrawsRobin Jarry2023-04-261-1/+8
* mod: drop support for go 1.17Robin Jarry2023-04-241-8/+1
* directory: add role to template fieldsTim Culverhouse2023-04-221-6/+16
* directory: use directory to store rue countsTim Culverhouse2023-04-222-7/+4
* dirstore: store directory model in dirstoreTim Culverhouse2023-04-221-4/+11
* listDirectories: refactor listdirectories handlingTim Culverhouse2023-04-221-7/+9
* msgstore: create from types.Directory messageTim Culverhouse2023-04-221-2/+0
* capabilities: report capabilities from backendTim Culverhouse2023-04-221-2/+2
* msgstore: fetch message list based on OpenDirectory msgTim Culverhouse2023-04-221-2/+5
* templates: change layered fg & bg color prioritiesRobin Jarry2023-04-151-2/+2
* term: ignore redraw events when not visibleRobin Jarry2023-04-152-0/+13
* hooks: add aerc-shutdownMoritz Poldrack2023-04-011-0/+22
* hooks: add aerc-startup hookMoritz Poldrack2023-04-011-0/+23
* config: replace triggers with hooksMoritz Poldrack2023-04-014-1/+54
* tabs: make sure to close tab contentRobin Jarry2023-04-012-4/+4
* templates: fix layered fg & bg color for inline stylesRobin Jarry2023-03-311-7/+8
* parse msg-id lists more liberallyNguyễn Gia Phong2023-03-262-0/+84
* openers: support basic shell globbingRobin Jarry2023-03-131-9/+13
* openers: add mime type handling for open-linkRobin Jarry2023-03-131-4/+0