aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBence Ferdinandy <bence@ferdinandy.com>2023-01-03 12:13:14 +0100
committerRobin Jarry <robin@jarry.cc>2023-01-04 22:57:25 +0100
commit36fded03e762da97edde61559c8bf60d5749d6a2 (patch)
tree6a55c921e71390f550b56a8c222d17487e433983 /doc
parenta42042f494cc3a3e7a34bc13525c7a95cad3174f (diff)
downloadaerc-36fded03e762da97edde61559c8bf60d5749d6a2.tar.gz
send: add option to send&archive
Add `:send -a flat|month|year` to send, which archives the message being replied to. Extract most of archive logic into a separate function to make sure it behaves as manual archiving. Signed-off-by: Bence Ferdinandy <bence@ferdinandy.com> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc')
-rw-r--r--doc/aerc.1.scd4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd
index 949eb6ee..aac014c9 100644
--- a/doc/aerc.1.scd
+++ b/doc/aerc.1.scd
@@ -554,11 +554,13 @@ message list, the message in the message viewer, etc).
specified is a directory or ends in _/_, aerc will use the attachment filename
if available or a generated name if not.
-*:send*
+*:send* [*-a* _<scheme>_]
Sends the message using this accounts default outgoing transport
configuration. For details on configuring outgoing mail delivery consult
*aerc-accounts*(5).
+ *-a*: Archive the message being replied to. See *:archive* for schemes.
+
*:switch-account* _<account-name>_++
*:switch-account* *-n*++
*:switch-account* *-p*