aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* styles: add style for folded threadsKoni Marti2023-07-161-0/+5
* templates: add ThreadCount and ThreadFoldedKoni Marti2023-07-161-2/+15
* msglist: simplified threads renderingKoni Marti2023-07-161-55/+39
* wizard: properly initialize configurationRobin Jarry2023-07-151-15/+3
* viewer: avoid high cpu usage when selecting part with no filterRobin Jarry2023-07-101-5/+10
* account: remember folder/message when reconnectingKoni Marti2023-06-263-4/+6
* worker: add context to cancellable requestsTim Culverhouse2023-06-201-1/+4
* msgstore: pass context from dirlist to msgstoreTim Culverhouse2023-06-201-19/+22
* account: create new store when creating foldersKoni Marti2023-06-173-26/+40
* save: new option for saving attachmentsVitaly Ovchinnikov2023-06-101-2/+2
* compose: quit composing when editor returns errorMoritz Poldrack2023-06-011-0/+6
* ui: fix deadlocks in message channelRobin Jarry2023-05-203-7/+4
* templates: use template interface consistentlyKoni Marti2023-05-166-20/+22
* dirtree: fixup to apply correct patchset versionRobin Jarry2023-05-161-2/+7
* dirtree: clear msglist for virtual nodesKoni Marti2023-05-163-0/+25
* config: update default pagerMoritz Poldrack2023-05-161-1/+1
* imap: use delimiter from serverMoritz Poldrack2023-05-162-13/+10
* compose: warn before sending with empty subjectJason Cox2023-05-161-5/+17
* commands: add OptionsProvider and OptionCompleterKoni Marti2023-05-161-4/+4
* dirtree: modify drawing of the dirtreeTim Culverhouse2023-05-162-19/+20
* compose: do not strip leading space from signatureRobin Jarry2023-04-271-2/+1
* term: fix handling of failed commandTim Culverhouse2023-04-261-1/+2
* term: add config options for TERM and osc8Tim Culverhouse2023-04-241-0/+3
* tcell-term: upgrade to latest releaseTim Culverhouse2023-04-231-16/+19
* mailto: add template parameterKoni Marti2023-04-221-2/+6
* directory: add role to template fieldsTim Culverhouse2023-04-226-7/+15
* directory: use directory to store rue countsTim Culverhouse2023-04-222-40/+37
* dirstore: store directory model in dirstoreTim Culverhouse2023-04-222-4/+4
* 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