aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* templates: add conditional style methodRobin Jarry2023-03-081-0/+11
* templates: add switch/case functionsRobin Jarry2023-03-081-0/+31
* templates: add match functionRobin Jarry2023-03-082-0/+32
* templates: reverse args order for .StyleRobin Jarry2023-03-081-1/+1
* templates: make SubjectBase official apiRobin Jarry2023-03-081-1/+8
* templates: separate thread prefix from subjectRobin Jarry2023-03-081-4/+13
* templates: allow layered fg & bg color for inline stylesRobin Jarry2023-03-081-5/+7
* ipc: stay silent if command succeededMoritz Poldrack2023-03-071-3/+1
* ipc: allow triggering internal commands via IPCMoritz Poldrack2023-03-072-0/+15
* ipc: use an interface instead of a function listMoritz Poldrack2023-03-072-7/+13
* ipc: change protocol to JSONMoritz Poldrack2023-03-073-28/+105
* socket: refactor existing codeMoritz Poldrack2023-03-073-146/+147
* socket: extract functionality into ipc packageMoritz Poldrack2023-03-071-1/+1
* table: fix center paddingRobin Jarry2023-03-042-14/+29
* templates: allow inline user stylesTim Culverhouse2023-03-021-0/+7
* ui: parse strings for ansi stylesTim Culverhouse2023-03-024-24/+700
* dirlist: use templates instead of % mini languageRobin Jarry2023-02-201-0/+14
* templates: add compactDir functionRobin Jarry2023-02-201-0/+5