diff options
Diffstat (limited to 'Types.hs')
-rw-r--r-- | Types.hs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ data LazymailConfig = LazymailConfig { , initialPath :: FilePath , filterMaildirsHook :: [FilePath] -> IO [FilePath] , indexDateFormat :: String + , headersToShow :: [String] } data Email = Email { |