aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/account.go
Commit message (Expand)AuthorAgeFilesLines
* ui: enable showing of thread-contextTim Culverhouse2023-09-271-0/+1
* split: remove previous split from gridTim Culverhouse2023-09-181-0/+1
* dirlist: fix capturing of dirlist vars when selecting directoryTim Culverhouse2023-08-301-0/+1
* account: fix contextual sortKoni Marti2023-08-041-4/+11
* hooks: add account and folder to mail-received envRobin Jarry2023-08-041-0/+2
* account: remember folder/message when reconnectingKoni Marti2023-06-261-2/+6
* account: create new store when creating foldersKoni Marti2023-06-171-26/+35
* templates: use template interface consistentlyKoni Marti2023-05-161-3/+3
* dirtree: clear msglist for virtual nodesKoni Marti2023-05-161-0/+5
* directory: add role to template fieldsTim Culverhouse2023-04-221-1/+1
* directory: use directory to store rue countsTim Culverhouse2023-04-221-18/+10
* dirstore: store directory model in dirstoreTim Culverhouse2023-04-221-1/+1
* listDirectories: refactor listdirectories handlingTim Culverhouse2023-04-221-21/+27
* msgstore: create from types.Directory messageTim Culverhouse2023-04-221-27/+27
* msgstore: fetch message list based on OpenDirectory msgTim Culverhouse2023-04-221-0/+1
* 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