aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* listDirectories: refactor listdirectories handlingTim Culverhouse2023-04-223-52/+60
* msgstore: create from types.Directory messageTim Culverhouse2023-04-221-27/+27
* msgstore: fetch message list based on OpenDirectory msgTim Culverhouse2023-04-221-0/+1
* term: ignore redraw events when not visibleRobin Jarry2023-04-153-3/+27
* dialog: avoid panic when window is too smallRobin Jarry2023-04-151-2/+14
* terminal: avoid high cpu usage when not focusedRobin Jarry2023-04-041-1/+3
* config: replace triggers with hooksMoritz Poldrack2023-04-011-7/+6
* tabs: make sure to close tab contentRobin Jarry2023-04-014-18/+22
* config: remove subject contextual ui sectionsRobin Jarry2023-03-311-4/+1
* styleset: allow dynamic msglist stylingRobin Jarry2023-03-311-4/+9
* smtp: replace smtp-starttls with schema optionMarcin Serwin2023-03-261-14/+6
* account: fix crash/race on initRobin Jarry2023-03-091-0/+3
* templates: separate thread prefix from subjectRobin Jarry2023-03-081-5/+4
* msglist: fix inconsistent thread subject deduplicationRobin Jarry2023-03-081-1/+11
* statusline: avoid races when updating status stackTim Culverhouse2023-03-071-0/+10
* ipc: allow triggering internal commands via IPCMoritz Poldrack2023-03-071-0/+6
* 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