diff options
author | Raúl Benencia <rul@kalgan.cc> | 2013-09-03 10:16:07 -0300 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2013-09-03 10:16:07 -0300 |
commit | ac5a65d8adc1d9a683327165057493d9cba6fdb8 (patch) | |
tree | 52f2f9b6bd1bf1a52e2344a88554df895b0eb709 /Config.hs | |
parent | e41dd5091f597e2252deb9ecbde900eda7c15614 (diff) |
Configurable header in Email mode
Diffstat (limited to 'Config.hs')
-rw-r--r-- | Config.hs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22,7 +22,8 @@ defaultConfig = LazymailConfig { , showStatusBar = True , initialPath = "" , filterMaildirsHook = \mds -> return mds - , indexDateFormat = "%m %d" + , indexDateFormat = "%m %d" + , headersToShow = ["date", "from", "to", "cc", "bcc", "subject", "reply-to"] } -- |