aboutsummaryrefslogtreecommitdiffstats
path: root/doc/aerc-accounts.5.scd
diff options
context:
space:
mode:
authorhrdl <git@hrdl.eu>2024-09-13 16:14:32 +0200
committerRobin Jarry <robin@jarry.cc>2024-10-12 00:35:20 +0200
commitd58065acd41ecce5ac5377a1341560dde87c5fe5 (patch)
treef6c336b03f012acbc88e460e8fd7b0f8164f6399 /doc/aerc-accounts.5.scd
parent6ea2b786d4eb715e580f73e210a322aac10adc9f (diff)
downloadaerc-d58065acd41ecce5ac5377a1341560dde87c5fe5.tar.gz
send: allow using envelope from address
Add a new boolean option in accounts.conf to use the envelope From address instead of the *from* configuration option when submitting via smtp, jmap or sendmail. Changelog-added: New `use-envelope-from` option in `accounts.conf`. Signed-off-by: hrdl <git@hrdl.eu> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc-accounts.5.scd')
-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 399da629..b6aeb290 100644
--- a/doc/aerc-accounts.5.scd
+++ b/doc/aerc-accounts.5.scd
@@ -143,6 +143,12 @@ Note that many of these configuration options are written for you, such as
_hi@you.com_ and _contact@you.com_, respectively. The name from the alias,
not from the matching address, is used.
+*use-envelope-from* = _true_|_false_
+ Use the email envelope From header address instead of the *from*
+ configuration option when submitting messages.
+
+ Default: _false_
+
*headers* = _<header1,header2,header3...>_
Specifies the comma separated list of headers to fetch with the message.