From 0ee7d30187920751c6e79facbd87ebce86d62ec9 Mon Sep 17 00:00:00 2001 From: Galen Abell Date: Sat, 27 Jul 2019 10:38:53 -0400 Subject: 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. --- doc/aerc.1.scd | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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* 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. -- cgit v1.2.3