aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* account: fix contextual sortKoni Marti2023-08-041-4/+11
* filters: put libexec/filters dirs before default PATHRobin Jarry2023-08-041-1/+4
* hooks: add account and folder to mail-received envRobin Jarry2023-08-041-0/+2
* msglist: fetch headers even when not focusedRobin Jarry2023-08-041-0/+2
* templates: attach directly from templatesKoni Marti2023-08-031-1/+1
* wizard: display warning when focus is lostKoni Marti2023-08-031-16/+13
* composer: reopen the email file when editor is closedRobin Jarry2023-08-021-0/+14
* compose: fix panic when adding empty header with uppercase lettersRobin Jarry2023-07-311-1/+1
* compose: allow removing headersRobin Jarry2023-07-311-0/+13
* compose: only add signature if missingRobin Jarry2023-07-171-1/+21
* compose: allow changing edit-headers on the flyRobin Jarry2023-07-172-13/+18
* compose: implement embedded headers in editorKoni Marti2023-07-171-51/+235
* compose: always use cr-lf line endingsRobin Jarry2023-07-171-16/+32
* compose: improve error handlingRobin Jarry2023-07-171-23/+27
* compose: factorize body read in a methodRobin Jarry2023-07-171-33/+25
* compose: only allow setting content at creationRobin Jarry2023-07-172-14/+30
* 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