aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* threading: enable toggle-threads for server-side threadsTim Culverhouse2022-07-101-1/+1
* statusline: show threading status if threading-enabled=trueTim Culverhouse2022-07-101-0/+2
* composer: remove header if emptyKoni Marti2022-07-101-1/+2
* msglist: fix panic for index-out-of-rangeTim Culverhouse2022-07-101-3/+1
* aerc: fix panic when backend is unknownKoni Marti2022-07-101-1/+4
* perf: reduce calls to GetUiConfigTim Culverhouse2022-07-033-14/+32
* uiconfig: use pointer references to uiConfigTim Culverhouse2022-07-0312-41/+41
* compose: refactor attachment handlingKoni Marti2022-07-021-149/+83
* dirlist: fix race condition in directory selectionMoritz Poldrack2022-06-261-23/+30
* gpg: don't send messages that failed encryptionTim Culverhouse2022-06-261-1/+4
* pgp: refactor signature validity displayMoritz Poldrack2022-06-241-18/+25
* pgp: add icon for unencrypted, unsigned messages if an icon is setMoritz Poldrack2022-06-242-13/+18
* pgp: add customizable iconsMoritz Poldrack2022-06-241-4/+16
* pgp: add note for encrypted messages that are not signedMoritz Poldrack2022-06-241-0/+5