diff options
author | Daniel Bridges <bridges2@gmail.com> | 2019-07-15 11:56:44 -0700 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-07-17 17:26:43 -0400 |
commit | dfc048fe285939d9de3b5753f723c935d042cc2b (patch) | |
tree | ea037462fb702d0f503a34bfc8edd310d4dbfaeb /config/aerc.conf.in | |
parent | d7975132b62942530da6c4907bed3eb3ab99e4a3 (diff) | |
download | aerc-dfc048fe285939d9de3b5753f723c935d042cc2b.zip |
Display user specified headers in viewer if present
Diffstat (limited to 'config/aerc.conf.in')
-rw-r--r-- | config/aerc.conf.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/aerc.conf.in b/config/aerc.conf.in index 41f4ce6..d490831 100644 --- a/config/aerc.conf.in +++ b/config/aerc.conf.in @@ -61,6 +61,14 @@ alternatives=text/plain,text/html # Default: false show-headers=false +# +# Layout of headers 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 +header-layout=From|To,Cc|Bcc,Date,Subject + [compose] # # Specifies the command to run the editor with. It will be shown in an embedded |