aboutsummaryrefslogtreecommitdiff
path: root/Config.hs
diff options
context:
space:
mode:
authorRaúl Benencia <rul@kalgan.cc>2013-09-03 10:16:07 -0300
committerRaúl Benencia <rul@kalgan.cc>2013-09-03 10:16:07 -0300
commitac5a65d8adc1d9a683327165057493d9cba6fdb8 (patch)
tree52f2f9b6bd1bf1a52e2344a88554df895b0eb709 /Config.hs
parente41dd5091f597e2252deb9ecbde900eda7c15614 (diff)
Configurable header in Email mode
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Config.hs b/Config.hs
index 96c9125..a0f872a 100644
--- a/Config.hs
+++ b/Config.hs
@@ -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"]
}
--
nihil fit ex nihilo