Add :attach command for compose
Allow users to add attachments to emails in the Compose view. Syntax is :attach <path>, where path is a valid file. Attachments will show up in the pre-send review screen.
This commit is contained in:
parent
fe7230bb9a
commit
7899d15d60
3 changed files with 190 additions and 17 deletions
doc
|
@ -158,6 +158,11 @@ message list, the message in the message viewer, etc).
|
|||
*close*
|
||||
Closes the message viewer.
|
||||
|
||||
## MESSAGE COMPOSE COMMANDS
|
||||
|
||||
*attach* <path>
|
||||
Attaches the file at the given path to the email.
|
||||
|
||||
## TERMINAL COMMANDS
|
||||
|
||||
*close*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue