diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-03-31 16:32:48 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-03-31 16:32:48 -0400 |
commit | 78d3f958e06d04ff2db9946b5a842dba25df2b70 (patch) | |
tree | 1767666392bad9d55d4bd4170e3247e776b026e3 /config | |
parent | ffd1ffd5baf0dbb76e2f66666627ca7af7f739ee (diff) | |
download | aerc-78d3f958e06d04ff2db9946b5a842dba25df2b70.tar.gz |
Remove show-headers config option
This'll probably look different when we implement it
Diffstat (limited to 'config')
-rw-r--r-- | config/aerc.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config/aerc.conf b/config/aerc.conf index a52bdc9..41d4b1f 100644 --- a/config/aerc.conf +++ b/config/aerc.conf @@ -16,12 +16,6 @@ index-format=%4C %Z %D %-17.17n %s timestamp-format=%F %l:%M %p # -# Which headers to show when viewing an email. -# -# Default: From,To,Cc,Bcc,Subject,Date -show-headers=From,To,Cc,Bcc,Subject,Date - -# # The frames of animation to use in the UI for things that are still loading. # Seperate each frame with a comma. # |