about summary refs log tree commit diff stats
path: root/commands/compose/detach.go
Commit message (Collapse)AuthorAgeFilesLines
* 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.