aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msgview/msgview.go
Commit message (Collapse)AuthorAgeFilesLines
* go.mod: change base git urlRobin Jarry2021-11-051-1/+1
| | | | | | | I'm not sure what are the implications but it seems required. Link: https://github.com/golang/go/issues/20883 Signed-off-by: Robin Jarry <robin@jarry.cc>
* Implement basic tab completion supportGregory Mullen2019-06-291-2/+2
| | | | | Tab completion currently only works on commands. Contextual completion will be added in the future.
* s/aerc2/aerc/gDrew DeVault2019-05-171-1/+1
|
* Add message view commands, :closeDrew DeVault2019-03-301-0/+16