diff options
author | Yash Srivastav <yash111998@gmail.com> | 2019-06-07 13:56:14 +0530 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-06-07 09:20:24 -0400 |
commit | b83e7c9fa6a0d187a0f20d98d522cff792053cdd (patch) | |
tree | 4c3765b41d216e26406d21d3b045f340edabbadc /config/config.go | |
parent | 2279ac3ab3d19cd233600907bc8e3e8b4e57b350 (diff) | |
download | aerc-b83e7c9fa6a0d187a0f20d98d522cff792053cdd.tar.gz |
implements ability to view headers in message view
Diffstat (limited to 'config/config.go')
-rw-r--r-- | config/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.go b/config/config.go index 889a63d2..3b7edbbf 100644 --- a/config/config.go +++ b/config/config.go @@ -72,6 +72,7 @@ type FilterConfig struct { type ViewerConfig struct { Pager string Alternatives []string + ShowHeaders bool `ini:"show-headers"` } type AercConfig struct { |