aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* msgviewer: add logs to display pager and filter commandsRobin Jarry2022-12-021-0/+2
* doc: extract accounts and binds into separate man pagesRobin Jarry2022-11-241-1/+1
* aerc: fix popover menu regressionKoni Marti2022-11-221-0/+2
* msgviewer: fix parts indexKoni Marti2022-11-211-1/+4
* config: move [filters] parsing to separate fileRobin Jarry2022-11-161-1/+1
* dirtree: fix mouse support for selecting foldersKoni Marti2022-11-131-5/+12
* filters: export more info to filter processesRobin Jarry2022-11-131-0/+8
* msgviewer: show error if MessageInfo has errorTim Culverhouse2022-11-091-2/+9
* dirtree: show dynamic folders properlyKoni Marti2022-11-091-0/+15
* dirtree: prevent panic when no folder is foundKoni Marti2022-11-092-2/+2
* composer: add message previewKoni Marti2022-11-091-6/+8
* lib: prepare attachments for multiple readsKoni Marti2022-11-091-15/+32
* viewer: open rfc822 attachmentsKoni Marti2022-11-091-1/+8
* ui: invalidate ui when queuing redrawTim Culverhouse2022-11-062-2/+0
* split: close current split after replacing with newTim Culverhouse2022-11-061-3/+3