aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* templates: add trimSignature functionMoritz Poldrack2023-01-291-0/+19
* tabs: use template for account tab nameTim Culverhouse2023-01-291-0/+8
* imap,smtp: cache and cycle XOAUTH2 refresh tokenDean2023-01-261-1/+39
* msgstore: fix new-email trigger firing for all unread messagesRobin Jarry2023-01-241-2/+2
* templates: correctly return week format when necessaryNojus Gudinavičius2023-01-111-1/+1
* lint: add missing panic handlers in goroutinesRobin Jarry2023-01-061-0/+2
* config: add columns based index formatRobin Jarry2023-01-061-1/+8
* ui: add reusable table widgetRobin Jarry2023-01-041-0/+210
* format: add utf-8 aware truncate head functionRobin Jarry2023-01-041-0/+26
* templates: add more fields and functionsRobin Jarry2023-01-043-24/+401
* templates: change fields as lazy functionsRobin Jarry2023-01-041-35/+67
* templates: split code in multiple filesRobin Jarry2023-01-043-182/+193
* model: change flags array to bitmaskRobin Jarry2023-01-043-53/+29
* msgstore: fix deadlock in thread builderRobin Jarry2023-01-031-1/+5
* textinput: fix crash when scrolling back in command historyRobin Jarry2023-01-021-4/+4
* split: refactor to prevent stuck splitsTim Culverhouse2022-12-252-3/+17
* threads: rebuild server threads when updating threadsTim Culverhouse2022-12-142-2/+13
* split: refactor split update logicTim Culverhouse2022-12-141-0/+3
* msglist: add attachment indicatorBence Ferdinandy2022-12-141-2/+8
* config: make various sections accessible via global varsRobin Jarry2022-12-145-26/+27
* msgstore: set store.uids in threaded directoriesTim Culverhouse2022-12-071-0/+1
* pgp-provider: set default value to autoRobin Jarry2022-12-062-3/+25
* store: fix server-side threads togglingKoni Marti2022-12-021-3/+2
* logging: rename package to logRobin Jarry2022-12-0210-40/+40
* logging: homogenize levelsRobin Jarry2022-12-027-12/+16
* ui: box and frame an interactive widgetKoni Marti2022-11-211-0/+74
* lib: prepare attachments for multiple readsKoni Marti2022-11-091-5/+15
* lib: implement an eml message viewKoni Marti2022-11-092-3/+97
* ui: invalidate ui when queuing redrawTim Culverhouse2022-11-062-3/+3
* msglist: style search resultsTim Culverhouse2022-11-061-0/+10
* msgstore: use default sort when applying ClearTim Culverhouse2022-11-061-1/+3
* threadbuilder: better scaling for thread insertionKoni Marti2022-11-061-4/+10