diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-07-17 18:42:03 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-07-17 18:42:03 -0400 |
commit | fe7230bb9acc5dc9cc8a982a35196dd6796b5360 (patch) | |
tree | 699960f50b8440d07c0960c6d14284af634e0574 /config | |
parent | fb124139f3a84c03708079e45c2f7d41d6ededca (diff) | |
download | aerc-fe7230bb9acc5dc9cc8a982a35196dd6796b5360.tar.gz |
Add :cp alias for :copy
Diffstat (limited to 'config')
-rw-r--r-- | config/config.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.go b/config/config.go index 6f3345d..4a049fa 100644 --- a/config/config.go +++ b/config/config.go @@ -79,8 +79,8 @@ type FilterConfig struct { type ViewerConfig struct { Pager string Alternatives []string - ShowHeaders bool `ini:"show-headers"` - AlwaysShowMime bool `ini:"always-show-mime"` + ShowHeaders bool `ini:"show-headers"` + AlwaysShowMime bool `ini:"always-show-mime"` HeaderLayout [][]string `ini:"-"` } |