diff options
author | Koni Marti <koni.marti@gmail.com> | 2022-06-28 23:42:08 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-07-02 17:53:06 +0200 |
commit | 60052c607011ab09fe204cf5adc0cc9e29b34cdd (patch) | |
tree | da5bfd63f8aa074e4ab56353ddf32daef1c6a495 /doc/aerc.1.scd | |
parent | 9d90b70b4edfd2af81ac686e16f8bfd9b6ebfa9c (diff) | |
download | aerc-60052c607011ab09fe204cf5adc0cc9e29b34cdd.tar.gz |
forward: provide option to append all attachments
Append all non-multipart attachments with the -A flag. Rename the flag
for forwarding a full message as an RFC2822 attachments to -F.
Suggested-by: psykose
Signed-off-by: Koni Marti <koni.marti@gmail.com>
Tested-by: Tim Culverhouse <tim@timculverhouse.com>
Diffstat (limited to 'doc/aerc.1.scd')
-rw-r--r-- | doc/aerc.1.scd | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 2c4fd31c..f1a6a5b2 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -135,14 +135,16 @@ message list, the message in the message viewer, etc). directory. The original message will be deleted only if it is in the postpone directory. -*forward* [-A] [-T <template-file>] [address...] +*forward* [-A | -F] [-T <template-file>] [address...] Opens the composer to forward the selected message to another recipient. - *-A*: Forward the message as an RFC 2822 attachment. + *-A*: Forward the message and all attachments. + + *-F*: Forward the full message as an RFC 2822 attachment. *-T* <template-file> Use the specified template file for creating the initial - message body. Unless *-A* is specified, this defaults to what + message body. Unless *-F* is specified, this defaults to what is set as _forwards_ in the _[templates]_ section of _aerc.conf_. |