aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* dirtree: add dirtree-collapse config settingSijmen2022-08-221-3/+6
* fix: Set proper UIConfig for msgstoresTim Culverhouse2022-08-224-24/+28
* store: extract marking behavior and add testsKoni Marti2022-08-223-7/+10
* wizard: add plaintext password warningKoni Marti2022-08-221-0/+18
* binds: display active keybinds in a dialog boxKoni Marti2022-08-222-0/+57
* widgets: add list box with filter/scrollbarKoni Marti2022-08-221-0/+239
* widgets: add dialog interfaceKoni Marti2022-08-222-1/+32
* go: removed io/ioutilMoritz Poldrack2022-08-221-3/+2
* lint: work nicely with wrapped errors (errorlint)Moritz Poldrack2022-08-043-6/+6
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-0412-69/+54
* lint: removed unused code (deadcode, structcheck, unused)Moritz Poldrack2022-08-043-22/+0
* lint: ensure errors are at least logged (errcheck)Moritz Poldrack2022-08-046-33/+115
* lint: merge declaration and assignment (S1021)Moritz Poldrack2022-08-041-2/+1
* lint: simplify code (gosimple)Moritz Poldrack2022-08-042-2/+2
* lint: remove ineffectual assignments (ineffassign)Moritz Poldrack2022-08-043-7/+3
* lint: remove unused structs and functions (unused)Moritz Poldrack2022-08-042-20/+0
* lint: remove conditions that are always true (SA4003)Moritz Poldrack2022-08-041-1/+1
* mailto: add account query parameterKoni Marti2022-08-011-5/+14
* lint: apply new formatting rulesMoritz Poldrack2022-08-0112-42/+40
* commands: add check-mail commandTim Culverhouse2022-08-011-2/+19
* outgoing-cred-cmd: delay execution until an email needs to be sentStas Rudakou2022-07-311-1/+1
* threads: fix race warnings for client-side debouncingKoni Marti2022-07-261-1/+1
* threads: debounce client-side thread buildingKoni Marti2022-07-262-0/+2
* check-mail: fix startup when default folder is emptyTim Culverhouse2022-07-261-3/+15
* msgstore: implement a uid-based architectureKoni Marti2022-07-261-5/+20
* fix: crash when copying/moving all messagesEnsar Sarajčić2022-07-241-7/+19
* logging: use level-based logger functionsRobin Jarry2022-07-237-50/+29
* tabs: make fields privateRobin Jarry2022-07-232-34/+26
* tabs: rename SelectedTab to SelectedTabContentRobin Jarry2022-07-231-3/+3
* msgviewer: cleanup PartSwitcher on :toggle-headersJose Lombera2022-07-231-0/+1
* config: allow per-account address-book-cmdRobin Jarry2022-07-171-1/+5
* completer: remove useless logger parameterRobin Jarry2022-07-171-1/+1
* aerc: use aerc as an mbox viewerKoni Marti2022-07-141-0/+27
* threading: refactor reselect logicTim Culverhouse2022-07-101-21/+1
* threading: enable filtering of server-side threadsTim Culverhouse2022-07-101-1/+5
* threading: add force-client-threads optionTim Culverhouse2022-07-101-0/+1