aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* ui: parse strings for ansi stylesTim Culverhouse2023-03-021-9/+14
* pgp: automatically determine signer from senderwitcher2023-03-021-12/+31
* pgp: fix segfault for opportunistic encryptionwitcher2023-03-021-3/+6
* compose: only add delimiter when a signature is definedRobin Jarry2023-02-241-0/+4
* dirlist: use templates instead of % mini languageRobin Jarry2023-02-202-123/+107
* statusline: add column based render formatRobin Jarry2023-02-204-58/+71
* statusline: move files to lib/stateRobin Jarry2023-02-201-13/+12
* ui/table: do not require width at constructionRobin Jarry2023-02-201-4/+4
* triggers: use templates instead of % mini languageRobin Jarry2023-02-202-7/+16
* templates: unify data interfaceRobin Jarry2023-02-203-74/+37
* account: fix segfault when message store is not initializedRobin Jarry2023-02-201-0/+3
* aerc: show effects of mailto: and mbox: immediatelyMoritz Poldrack2023-02-161-0/+6
* compose: ensure signature uses standard delimiterMoritz Poldrack2023-02-121-0/+17
* tabs: use template for compose tabsTim Culverhouse2023-02-122-9/+55
* config: warn for all deprecated settingsRobin Jarry2023-02-021-21/+22
* viewer: use textproto.WriteHeaderRobin Jarry2023-02-021-16/+13
* dirlist: simplify getRUEString logicTim Culverhouse2023-01-291-14/+7
* tabs: use template for account tab nameTim Culverhouse2023-01-293-1/+44
* compose: allow sending format=flowed messagesRobin Jarry2023-01-261-8/+13
* viewer: allow piping full headers in a filterRobin Jarry2023-01-261-9/+45
* viewer: remove local redundant showHeaders variablesRobin Jarry2023-01-261-29/+25
* filters: rewrite colorize in cRobin Jarry2023-01-261-0/+2
* switch-account: also switch account configurationBence Ferdinandy2023-01-261-1/+1
* status: print appropriate log message on pushBence Ferdinandy2023-01-261-0/+4
* spinner: add spinner-interval config optionDean2023-01-111-9/+11
* msglist: log template errorsRobin Jarry2023-01-111-0/+1
* style: add msglist_answered config optionMartin Lucina2023-01-101-0/+3
* pgp: add configurable error level for opportunistic encryptionTim Culverhouse2023-01-061-1/+15
* lint: add missing panic handlers in goroutinesRobin Jarry2023-01-062-0/+3
* doc: fix English typosRobin Jarry2023-01-061-1/+1
* config: add columns based index formatRobin Jarry2023-01-062-96/+135
* selector: implement dynamic heightRobin Jarry2023-01-041-3/+17
* templates: add more fields and functionsRobin Jarry2023-01-041-1/+14
* templates: change fields as lazy functionsRobin Jarry2023-01-042-5/+4
* config: parse account from and aliases onceRobin Jarry2023-01-044-34/+14
* model: change flags array to bitmaskRobin Jarry2023-01-043-31/+8
* send: add option to send&archiveBence Ferdinandy2023-01-041-1/+7
* split: close split on update of split viewTim Culverhouse2022-12-271-0/+3
* split: refactor to prevent stuck splitsTim Culverhouse2022-12-252-93/+45
* wizard: debounce warning to ensure pasted passwords are entered correctlyMoritz Poldrack2022-12-201-1/+12
* msglist: make width available externallyMoritz Poldrack2022-12-191-0/+6
* style: make marked more important than searchBence Ferdinandy2022-12-141-5/+4
* split: refactor split update logicTim Culverhouse2022-12-142-29/+41
* msglist: add attachment indicatorBence Ferdinandy2022-12-141-0/+1
* config: make various sections accessible via global varsRobin Jarry2022-12-1410-198/+168
* config: rework contextual sections implementationRobin Jarry2022-12-146-49/+18
* compose: allow writing multipart/alternative messagesRobin Jarry2022-12-071-1/+65
* compose: show relevant bindings on review screenBence Ferdinandy2022-12-021-20/+48
* logging: rename package to logRobin Jarry2022-12-0211-56/+56
* logging: homogenize levelsRobin Jarry2022-12-025-11/+11