aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account
Commit message (Expand)AuthorAgeFilesLines
* statusline: add column based render formatRobin Jarry2023-02-201-1/+1
* statusline: move files to lib/stateRobin Jarry2023-02-205-16/+16
* tabs: use template for compose tabsTim Culverhouse2023-02-122-16/+2
* lint: add missing panic handlers in goroutinesRobin Jarry2023-01-062-0/+2
* doc: fix English typosRobin Jarry2023-01-061-1/+1
* templates: change fields as lazy functionsRobin Jarry2023-01-042-4/+2
* model: change flags array to bitmaskRobin Jarry2023-01-041-1/+1
* split: refactor to prevent stuck splitsTim Culverhouse2022-12-251-6/+7
* split: use a sensible default widthMoritz Poldrack2022-12-191-0/+8
* split: refactor split update logicTim Culverhouse2022-12-141-3/+0
* config: make various sections accessible via global varsRobin Jarry2022-12-143-4/+5
* logging: rename package to logRobin Jarry2022-12-025-23/+23
* logging: homogenize levelsRobin Jarry2022-12-023-5/+5
* split: clamp minimum split size to 1Tim Culverhouse2022-10-201-0/+4
* split: prevent panic when store is not setTim Culverhouse2022-10-191-0/+3
* split: prevent opening split when no messages are selectedTim Culverhouse2022-10-191-4/+2
* ui: add :split and :vsplit view optionsTim Culverhouse2022-10-181-0/+63
* invalidatable: cleanup dead codeTim Culverhouse2022-10-125-7/+12
* view: add peek flag and propagateKoni Marti2022-10-041-3/+16
* viewer: option to not mark message as seenKoni Marti2022-10-041-1/+2
* go: removed io/ioutilMoritz Poldrack2022-08-221-2/+2
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-044-11/+8
* lint: ensure errors are at least logged (errcheck)Moritz Poldrack2022-08-041-1/+4
* lint: remove redundant returns (S1023)Moritz Poldrack2022-08-041-1/+0
* lint: apply new formatting rulesMoritz Poldrack2022-08-012-6/+2
* commands: add check-mail commandTim Culverhouse2022-08-011-0/+31
* sort: clear sort criteria when called without argumentsTim Culverhouse2022-07-261-1/+1
* sort: show warning when sort is not supportedKoni Marti2022-07-261-0/+6
* msgstore: implement a uid-based architectureKoni Marti2022-07-261-2/+0
* logging: use level-based logger functionsRobin Jarry2022-07-233-20/+22
* account: import mbox file to a folderKoni Marti2022-07-141-0/+153
* account: export folder to mbox fileKoni Marti2022-07-141-0/+126
* threading: refactor reselect logicTim Culverhouse2022-07-101-2/+1
* threading: enable filtering of server-side threadsTim Culverhouse2022-07-102-9/+14
* refactor: refactor pgp implementationTim Culverhouse2022-04-271-1/+1
* filter: clear filter when called with no argsKoni Marti2022-04-251-0/+3
* store: keep current message selectedKoni Marti2022-04-171-0/+25
* compose: parse headers correctly from -HEvan Gates2022-04-061-2/+15
* statusline: indicate when sorting is in progressKoni Marti2022-03-251-2/+3
* sort: keep sort criteria applied to folderKoni Marti2022-03-251-3/+10
* logging: added a log on panicMoritz Poldrack2022-03-232-2/+12
* statusline: make statusline folder-specificKoni Marti2022-03-231-0/+2
* statusline: implement per-account statusKoni Marti2022-03-183-10/+17
* commands: use SelectedAccountUiConfig instead of explicit nil checkkt programs2022-03-162-13/+4
* commands: implement fuzzy completion for commands and optionskt programs2022-03-072-14/+36
* aerc: always check SelectedAccount return valueRobin Jarry2022-02-252-0/+6
* commands: add expand-folder and collapse-folderKoni Marti2022-02-231-0/+42
* search/filter: display in extra statusRobin Jarry2022-02-232-7/+6
* search/filter: remove from status bar after 20 secondsRobin Jarry2022-02-191-4/+5
* filter/search: display current search/filter argumentsinwit2022-02-191-2/+3