From ac5a65d8adc1d9a683327165057493d9cba6fdb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Tue, 3 Sep 2013 10:16:07 -0300 Subject: Configurable header in Email mode --- Types.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Types.hs') diff --git a/Types.hs b/Types.hs index 82005e2..4a7cc89 100644 --- a/Types.hs +++ b/Types.hs @@ -31,6 +31,7 @@ data LazymailConfig = LazymailConfig { , initialPath :: FilePath , filterMaildirsHook :: [FilePath] -> IO [FilePath] , indexDateFormat :: String + , headersToShow :: [String] } data Email = Email { -- cgit v1.2.3