aboutsummaryrefslogtreecommitdiffstats
path: root/commands/eml.go
Commit message (Expand)AuthorAgeFilesLines
* commands: refactor registrationRobin Jarry2024-01-201-1/+5
* cd: fix completion of folders with a spaceRobin Jarry2024-01-171-1/+1
* eml: expand tilde to home dirRobin Jarry2023-12-041-1/+2
* commands: use completion from go-optRobin Jarry2023-10-281-4/+3
* commands: parse arguments with go-optRobin Jarry2023-10-281-8/+6
* app: export global functionsRobin Jarry2023-10-101-8/+8
* widgets: rename package to appRobin Jarry2023-10-101-6/+6
* config: make various sections accessible via global varsRobin Jarry2022-12-141-2/+1
* composer: add message previewKoni Marti2022-11-091-1/+12
* viewer: open rfc822 attachmentsKoni Marti2022-11-091-9/+19
* commands/eml: open and view eml filesKoni Marti2022-11-091-0/+63