aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2024-06-29 01:15:19 +0200
committerRobin Jarry <robin@jarry.cc>2024-08-03 20:19:37 +0200
commit954c812d840030f3013ef06621dd537c8b14b23d (patch)
treee1a3a7a0119c246f8969a64691e69c9b7abc0bfe /doc
parentcd92da0e893ab6741bb6d411434edbb03a570c7d (diff)
downloadaerc-954c812d840030f3013ef06621dd537c8b14b23d.tar.gz
reply: allow copying to current folder
Add a new copy-to-replied setting in accounts.conf to copy sent replies to the same folder than their replied message. Requested-by: Tristan Partin <tristan@partin.io> Signed-off-by: Robin Jarry <robin@jarry.cc> Tested-by: Tristan Partin <tristan@partin.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/aerc-accounts.5.scd6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/aerc-accounts.5.scd b/doc/aerc-accounts.5.scd
index 14502409..9f52ef8a 100644
--- a/doc/aerc-accounts.5.scd
+++ b/doc/aerc-accounts.5.scd
@@ -53,6 +53,12 @@ Note that many of these configuration options are written for you, such as
*copy-to* = _<folder>_
Specifies a folder to copy sent mails to, usually _Sent_.
+*copy-to-replied* = _true_|_false_
+ In addition of *copy-to*, also copy replies to the folder in which the
+ replied message is.
+
+ Default: _false_
+
*default* = _<folder>_
Specifies the default folder to open in the message list when aerc
configures this account.