aboutsummaryrefslogtreecommitdiffstats
path: root/commands/compose/abort.go
Commit message (Collapse)AuthorAgeFilesLines
* Implement basic tab completion supportGregory Mullen2019-06-291-2/+12
| | | | | Tab completion currently only works on commands. Contextual completion will be added in the future.
* s/aerc2/aerc/gDrew DeVault2019-05-171-1/+1
|
* Implement abort commandCole Helbling2019-05-141-0/+23
This allows the user to close the compose tab without sending their current composition.