about summary refs log tree commit diff stats
path: root/commands/compose/detach.go
Commit message (Collapse)AuthorAgeFilesLines
* Make commands join args with spacesJeffas2019-09-201-7/+3
| | | | | | | | | | | | | | | This patch ensures the following commands join their arguments with spaces to make it easier to interact with: - cf - mkdir - cd - attach - detach - ct - copy - move - save
* 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.