aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/account.go
Commit message (Expand)AuthorAgeFilesLines
* config: replace triggers with hooksMoritz Poldrack2023-04-011-7/+6
* account: fix crash/race on initRobin Jarry2023-03-091-0/+3
* statusline: add column based render formatRobin Jarry2023-02-201-8/+4
* statusline: move files to lib/stateRobin Jarry2023-02-201-13/+12
* triggers: use templates instead of % mini languageRobin Jarry2023-02-201-1/+9
* templates: unify data interfaceRobin Jarry2023-02-201-17/+10
* account: fix segfault when message store is not initializedRobin Jarry2023-02-201-0/+3
* tabs: use template for account tab nameTim Culverhouse2023-01-291-0/+29
* lint: add missing panic handlers in goroutinesRobin Jarry2023-01-061-0/+1
* model: change flags array to bitmaskRobin Jarry2023-01-041-8/+3
* split: close split on update of split viewTim Culverhouse2022-12-271-0/+3
* split: refactor to prevent stuck splitsTim Culverhouse2022-12-251-93/+39
* split: refactor split update logicTim Culverhouse2022-12-141-29/+40
* config: make various sections accessible via global varsRobin Jarry2022-12-141-12/+10
* config: rework contextual sections implementationRobin Jarry2022-12-141-3/+1
* logging: rename package to logRobin Jarry2022-12-021-9/+9
* logging: homogenize levelsRobin Jarry2022-12-021-6/+6
* split: close current split after replacing with newTim Culverhouse2022-11-061-3/+3
* status: add warning style and methodsTim Culverhouse2022-11-061-0/+4
* threadbuilder: sort siblings by sort criteriaKoni Marti2022-11-061-0/+1
* threads: reverse thread orderingKoni Marti2022-10-271-0/+1
* store: reverse message list order with iteratorsKoni Marti2022-10-271-0/+1
* split: prevent opening split when no messages are selectedTim Culverhouse2022-10-191-6/+16
* ui: add :split and :vsplit view optionsTim Culverhouse2022-10-181-0/+153
* invalidatable: cleanup dead codeTim Culverhouse2022-10-121-7/+1
* aerc: use single event loopTim Culverhouse2022-10-071-15/+2
* imap: stop checkmail if there are pending actionskt programs2022-09-291-6/+19
* checkmail: protect access to acct.checkingmailTim Culverhouse2022-09-261-0/+6
* grid: remove unused method ChildrenTim Culverhouse2022-09-201-4/+0
* move: enable MoveMessages from msgstoreTim Culverhouse2022-08-221-42/+48
* fix: Set proper UIConfig for msgstoresTim Culverhouse2022-08-221-5/+6
* store: extract marking behavior and add testsKoni Marti2022-08-221-2/+6
* lint: work nicely with wrapped errors (errorlint)Moritz Poldrack2022-08-041-1/+1
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-041-3/+3
* commands: add check-mail commandTim Culverhouse2022-08-011-2/+19
* threads: debounce client-side thread buildingKoni Marti2022-07-261-0/+1
* check-mail: fix startup when default folder is emptyTim Culverhouse2022-07-261-3/+15
* fix: crash when copying/moving all messagesEnsar Sarajčić2022-07-241-7/+19
* logging: use level-based logger functionsRobin Jarry2022-07-231-19/+12
* tabs: make fields privateRobin Jarry2022-07-231-1/+1
* threading: add force-client-threads optionTim Culverhouse2022-07-101-0/+1
* statusline: show threading status if threading-enabled=trueTim Culverhouse2022-07-101-0/+2
* perf: reduce calls to GetUiConfigTim Culverhouse2022-07-031-6/+4
* uiconfig: use pointer references to uiConfigTim Culverhouse2022-07-031-1/+1
* dirlist: fix panic when disconnecting with dirlist-tree=falseTim Culverhouse2022-06-071-3/+1
* fix: clear dirlist on disconnectTim Culverhouse2022-06-071-0/+2
* dirlist: update RUE counts for imap/maildir on move|copy|delete|archiveTim Culverhouse2022-06-071-0/+34
* feat: add background mail polling option for all workersTim Culverhouse2022-05-311-3/+43
* statusline: refactor to make it more customizableKoni Marti2022-04-251-1/+4
* sort: keep sort criteria applied to folderKoni Marti2022-03-251-2/+2