aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/import-mbox.go
Commit message (Expand)AuthorAgeFilesLines
* commands: rename confusing constantsRobin Jarry2024-03-041-1/+1
* log: move package to libRobin Jarry2024-02-141-1/+1
* commands: refactor registrationRobin Jarry2024-01-201-1/+5
* cd: fix completion of folders with a spaceRobin Jarry2024-01-171-1/+1
* {im,ex}port-mbox: allow using ~ in pathVitaly Ovchinnikov2023-11-121-0/+3
* hooks: add mail-added hookJason Cox2023-11-021-22/+22
* commands: use completion from go-optRobin Jarry2023-10-281-4/+3
* commands: parse arguments with go-optRobin Jarry2023-10-281-13/+6
* app: export global functionsRobin Jarry2023-10-101-12/+11
* widgets: rename package to appRobin Jarry2023-10-101-4/+4
* statusline: add column based render formatRobin Jarry2023-02-201-1/+1
* lint: add missing panic handlers in goroutinesRobin Jarry2023-01-061-0/+1
* doc: fix English typosRobin Jarry2023-01-061-1/+1
* model: change flags array to bitmaskRobin Jarry2023-01-041-1/+1
* logging: rename package to logRobin Jarry2022-12-021-8/+8
* logging: homogenize levelsRobin Jarry2022-12-021-2/+2
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-041-2/+1
* lint: remove redundant returns (S1023)Moritz Poldrack2022-08-041-1/+0
* logging: use level-based logger functionsRobin Jarry2022-07-231-7/+9
* account: import mbox file to a folderKoni Marti2022-07-141-0/+153