aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Bridges <bridges2@gmail.com>2019-07-15 11:56:44 -0700
committerDrew DeVault <sir@cmpwn.com>2019-07-17 17:26:43 -0400
commitdfc048fe285939d9de3b5753f723c935d042cc2b (patch)
treeea037462fb702d0f503a34bfc8edd310d4dbfaeb /doc
parentd7975132b62942530da6c4907bed3eb3ab99e4a3 (diff)
Display user specified headers in viewer if present
Diffstat (limited to 'doc')
-rw-r--r--doc/aerc-config.5.scd8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd
index 95e9087..3d39ef6 100644
--- a/doc/aerc-config.5.scd
+++ b/doc/aerc-config.5.scd
@@ -119,6 +119,14 @@ These options are configured in the *[viewer]* section of aerc.conf.
Default: text/plain,text/html
+*header-layout*
+ Defines the default headers to display when viewing a message. To display
+ multiple headers in the same row, separate them with a pipe, e.g. "From|To".
+ Rows will be hidden if none of their specified headers are present in the
+ message.
+
+ Default: From|To,Cc|Bcc,Date,Subject
+
*show-headers*
Default setting to determine whether to show full headers or only parsed
ones in message viewer.