aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* split: prevent opening split when no messages are selectedTim Culverhouse2022-10-191-6/+16
* command/help: remove helpClose functionTim Culverhouse2022-10-191-20/+0
* terminal: properly handle cursor displayTim Culverhouse2022-10-191-15/+13
* msgview: add separate date formattingBence Ferdinandy2022-10-191-6/+20
* dirtree: fix folder scrollingKoni Marti2022-10-191-3/+2
* ui: add :split and :vsplit view optionsTim Culverhouse2022-10-181-0/+153
* msgviewer: simplify filter and pager command handlingTim Culverhouse2022-10-181-92/+30
* compose: warn before sending without attachmentJason Cox2022-10-172-0/+24
* switch-account: fix out-of-bounds panicKoni Marti2022-10-171-0/+3
* filters: export mime type and filename in envRobin Jarry2022-10-161-1/+6
* msgpart: factorize mime type and filename constructionRobin Jarry2022-10-161-13/+7
* filters: append well known dirs to exec PATHRobin Jarry2022-10-161-0/+6
* compose: don't lock call to composer.grid.MouseEventTim Culverhouse2022-10-121-1/+3
* mailto: allow attaching of filesMoritz Poldrack2022-10-121-0/+10
* invalidatable: cleanup dead codeTim Culverhouse2022-10-1216-128/+27
* compose: avoid deadlock when adding new headerRobin Jarry2022-10-111-1/+5
* compose: fix mouse focus of header editorsRobin Jarry2022-10-111-0/+6
* terminal: use Invalidate and QueueRedrawTim Culverhouse2022-10-071-14/+2
* aerc: use single event loopTim Culverhouse2022-10-074-34/+19
* compose: avoid double lock in MouseEventTim Culverhouse2022-10-051-2/+5
* viewer: option to not mark message as seenKoni Marti2022-10-041-2/+2
* bindings: properly check for exKey keystrokesTim Culverhouse2022-10-031-1/+9
* logging: substitute %w for %vKoni Marti2022-10-022-2/+2
* terminal: fix race conditions on access to cmdTim Culverhouse2022-10-021-35/+11
* terminal: remove invalidate methodTim Culverhouse2022-09-291-5/+1
* dirlist: prevent race condition on accessing uiconfigTim Culverhouse2022-09-291-0/+4
* imap: stop checkmail if there are pending actionskt programs2022-09-291-6/+19
* compose: prevent out of bounds accessRobin Jarry2022-09-291-0/+26
* notmuch: move logic for dynamic folders to backendKoni Marti2022-09-291-13/+0
* exline: don't draw completions for keybindsTim Culverhouse2022-09-292-3/+20
* checkmail: protect access to acct.checkingmailTim Culverhouse2022-09-261-0/+6
* dirlist: avoid race from accessing ui config in Select debounceTim Culverhouse2022-09-261-1/+2
* terminal: prevent draw loop when unfocusedTim Culverhouse2022-09-261-0/+3
* grid: remove unused method ChildrenTim Culverhouse2022-09-202-8/+0
* dirlist: don't invalidate on spinner.InvalidateTim Culverhouse2022-09-201-3/+0
* switch: add -n and -p flags for relative switchRobin Jarry2022-09-201-0/+36
* composer: restructure to implement account switchingKoni Marti2022-09-192-30/+106
* msgviewer: fix segfault when closing viewerRobin Jarry2022-09-191-1/+0
* terminal: don't invalidate on EventWidgetContentTim Culverhouse2022-09-191-1/+0
* terminal: protect calls to terminal methods throughout aercTim Culverhouse2022-09-192-1/+6
* terminal: improve mouse supportTim Culverhouse2022-09-152-12/+11
* msgviewer: properly close embedded terminalRobin Jarry2022-09-151-6/+3
* terminal: check for context before calling it's methodsTim Culverhouse2022-09-151-3/+7
* term: add bracketed paste supportTim Culverhouse2022-09-141-0/+22
* term: replace go-libvterm with tcell-termTim Culverhouse2022-09-142-371/+77
* ui: cleanup internals and apiRobin Jarry2022-09-141-10/+5
* config: add option to hide timezone in sent emailsMoritz Poldrack2022-09-141-1/+5
* move: enable MoveMessages from msgstoreTim Culverhouse2022-08-221-42/+48
* store: improve cursor positionKoni Marti2022-08-221-2/+4
* dirtree: fix build errorsRobin Jarry2022-08-221-2/+3