summaryrefslogtreecommitdiffstats
path: root/commands/compose/detach.go
Commit message (Collapse)AuthorAgeFilesLines
* all: purge redundant underscoresWagner Riffel2019-09-041-3/+3
| | | | Signed-off-by: Wagner Riffel <wgrriffel@gmail.com>
* Add :detach commandGalen Abell2019-07-271-0/+55
Add a command for removing attachments from a composed message. Syntax is :detach [path], with path being an optional argument specifying the path of one existing attachment. If no path is specified, the first attachment is removed.