diff options
author | Galen Abell <galen@galenabell.com> | 2019-07-27 10:38:53 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-07-27 12:37:55 -0400 |
commit | 0ee7d30187920751c6e79facbd87ebce86d62ec9 (patch) | |
tree | 3b56110366eb95e40049fef851747f42ff53e4c9 /doc | |
parent | a669233614d3b4134baabd3325cb64e8f0f2cdeb (diff) | |
download | aerc-0ee7d30187920751c6e79facbd87ebce86d62ec9.tar.gz |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc.1.scd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 8401d64..206e9b1 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -210,6 +210,10 @@ message list, the message in the message viewer, etc). *attach* <path> Attaches the file at the given path to the email. +*detach* [path] + Detaches the file with the given path from the composed email. If no path is + specified, detaches the first attachment instead. + *edit* (Re-) opens your text editor to edit the message in progress. |