aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* statusline: add column based render formatRobin Jarry2023-02-204-269/+121
* statusline: move files to lib/stateRobin Jarry2023-02-203-3/+3
* ui/table: do not require width at constructionRobin Jarry2023-02-201-8/+6
* ui/table: allow zero width columnsRobin Jarry2023-02-201-4/+7
* format: remove unused codeRobin Jarry2023-02-201-319/+0
* triggers: use templates instead of % mini languageRobin Jarry2023-02-201-0/+17
* commands: expand template placeholdersAivars Vaivods2023-02-201-3/+6
* templates: add now functionRobin Jarry2023-02-201-0/+1
* templates: add firstnames and shortmboxes functionsRobin Jarry2023-02-201-1/+31
* templates: add message counts for specific foldersRobin Jarry2023-02-201-8/+11
* templates: fix mboxes functionRobin Jarry2023-02-201-1/+1
* templates: unify data interfaceRobin Jarry2023-02-203-137/+88
* templates: add initials functionBence Ferdinandy2023-02-121-0/+15