aboutsummaryrefslogtreecommitdiffstats
path: root/doc/aerc.1.scd
diff options
context:
space:
mode:
authorKoni Marti <koni.marti@gmail.com>2023-10-05 17:30:13 +0200
committerRobin Jarry <robin@jarry.cc>2023-10-13 00:33:05 +0200
commit8ec83b010a8efcfe87df9c2bceec318e94c6ca53 (patch)
tree3122a0bd45ea72a3592560fd8264e34b824c6a48 /doc/aerc.1.scd
parentc156b255fcdcb4131092c8e5d74e8eb8ec0c6ba9 (diff)
downloadaerc-8ec83b010a8efcfe87df9c2bceec318e94c6ca53.tar.gz
send: add option to overwrite copy-to folder
Add -t option to specify a folder that will overwrite the default Copy-To folder from accounts.conf. This allows you to keep the sent messages in the desired folder. Use templates to create a keybind and always keep the sent messages in the currently selected folder: :send -t {{.Folder}} Fixes: https://todo.sr.ht/~rjarry/aerc/187 Signed-off-by: Koni Marti <koni.marti@gmail.com> Acked-by: Robin Jarry <robin@jarry.cc> Tested-by: Maarten van Gompel <proycon@anaproy.nl>
Diffstat (limited to 'doc/aerc.1.scd')
-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 d981e014..40cda9a1 100644
--- a/doc/aerc.1.scd
+++ b/doc/aerc.1.scd
@@ -688,13 +688,15 @@ 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* [*-a* _<scheme>_]
+*:send* [*-a* _<scheme>_] [*-t* _<folder>_]
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.
+ *-t*: Overrides the Copy-To folder for saving the message.
+
*:switch-account* _<account-name>_++
*:switch-account* *-n*++
*:switch-account* *-p*