diff options
author | Jelle Besseling <jelle@pingiun.com> | 2019-08-18 11:33:15 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-08-20 10:05:51 +0900 |
commit | 1f5293931adf591fcbeaa9a272d717240da9213a (patch) | |
tree | 4b14e64f11fd283341607842ea8acd3ca4ccaf94 /doc/aerc.1.scd | |
parent | 36c6030e81b229414bb42bf7fc37d091c6497ddf (diff) | |
download | aerc-1f5293931adf591fcbeaa9a272d717240da9213a.tar.gz |
Add forwarding as attachment feature
This allows a single message to be forward as attachment with the :forward -a command
Diffstat (limited to 'doc/aerc.1.scd')
-rw-r--r-- | doc/aerc.1.scd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index e172f89..4aa777c 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -90,9 +90,11 @@ message list, the message in the message viewer, etc). *delete* Deletes the selected message. -*forward* [address...] +*forward* [-A] [address...] Opens the composer to forward the selected message to another recipient. + *-A*: Forward the message as an RFC 8022 attachment. + *move* <target> Moves the selected message to the target folder. |