aerc/commands/compose
Galen Abell 0ee7d30187 Add :detach command
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.
2019-07-27 12:37:55 -04:00
..
abort.go Implement basic tab completion support 2019-06-29 14:24:19 -04:00
attach.go Add :attach command for compose 2019-07-19 10:30:47 -04:00
compose.go Implement basic tab completion support 2019-06-29 14:24:19 -04:00
detach.go Add :detach command 2019-07-27 12:37:55 -04:00
edit.go Implement basic tab completion support 2019-06-29 14:24:19 -04:00
next-field.go Implement basic tab completion support 2019-06-29 14:24:19 -04:00
send.go Add missing fallthrough 2019-07-27 12:36:30 -04:00