aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/recover.go
Commit message (Expand)AuthorAgeFilesLines
* completion: refactor filter list apiRobin Jarry2023-11-021-1/+1
* commands: use completion from go-optRobin Jarry2023-10-281-4/+3
* commands: parse arguments with go-optRobin Jarry2023-10-281-42/+14
* app: export global functionsRobin Jarry2023-10-101-7/+7
* widgets: rename package to appRobin Jarry2023-10-101-4/+4
* compose: allow changing edit-headers on the flyRobin Jarry2023-07-171-4/+11
* compose: only allow setting content at creationRobin Jarry2023-07-171-8/+1
* recover: update completionKoni Marti2023-05-161-26/+10
* tabs: use template for compose tabsTim Culverhouse2023-02-121-6/+1
* templates: change fields as lazy functionsRobin Jarry2023-01-041-2/+1
* config: make various sections accessible via global varsRobin Jarry2022-12-141-1/+1
* logging: rename package to logRobin Jarry2022-12-021-2/+2
* invalidatable: cleanup dead codeTim Culverhouse2022-10-121-1/+2
* go: removed io/ioutilMoritz Poldrack2022-08-221-2/+2
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-041-5/+5
* logging: added a log on panicMoritz Poldrack2022-03-231-1/+6
* commands: use SelectedAccountUiConfig instead of explicit nil checkkt programs2022-03-161-7/+3
* commands: implement fuzzy completion for commands and optionskt programs2022-03-071-8/+27
* recover: recover emails from tempdir after a crashKoni Marti2022-01-291-0/+110