diff options
author | Jeffas <dev@jeffas.io> | 2019-07-17 19:50:31 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-07-17 16:03:42 -0400 |
commit | 44a743ed119085354e27accc31de08f61426553d (patch) | |
tree | 73591b8831f3e0a004106282002011ea9b4b3717 | |
parent | 4991c344ab754922e9af558c59d9797c7e5ce5cf (diff) | |
download | aerc-44a743ed119085354e27accc31de08f61426553d.tar.gz |
Add show-headers to aerc-config
-rw-r--r-- | doc/aerc-config.5.scd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 2e279cd..95e9087 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -119,6 +119,12 @@ These options are configured in the *[viewer]* section of aerc.conf. Default: text/plain,text/html +*show-headers* + Default setting to determine whether to show full headers or only parsed + ones in message viewer. + + Default: false + ## COMPOSE These options are configured in the *[compose]* section of aerc.conf. |