aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/aerc-accounts.5.scd24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/aerc-accounts.5.scd b/doc/aerc-accounts.5.scd
index fdf10b76..8fa48647 100644
--- a/doc/aerc-accounts.5.scd
+++ b/doc/aerc-accounts.5.scd
@@ -88,6 +88,30 @@ Note that many of these configuration options are written for you, such as
use *aerc-sendmail*(5) in combination with *msmtp*(1) and
*--read-envelope-from*.
+*headers* = _<header1,header2,header3...>_
+ Specifies the comma separated list of headers to fetch with the message.
+
+ By default, all headers are fetched. If any headers are specified in this
+ list, aerc will append it to the following list of required headers:
+
+ - date
+ - subject
+ - from
+ - sender
+ - reply-to
+ - to
+ - cc
+ - bcc
+ - in-reply-to
+ - message-id
+ - references
+
+*headers-exclude* = _<header1,header2,header3...>_
+ Specifies the comma separated list of headers to exclude from fetching.
+ Note that this overrides anything from *headers*.
+
+ By default, no headers are excluded.
+
*outgoing* = _<uri>_
Specifies the transport for sending outgoing emails on this account. It
should be a connection string, and the specific meaning of each component