From 13ce94032bf0e7891bd1c2f4c94a857226ec66ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Wed, 11 Sep 2013 11:34:24 -0300 Subject: Fix color bug --- src/Lazymail/Config.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/Lazymail/Config.hs') diff --git a/src/Lazymail/Config.hs b/src/Lazymail/Config.hs index 5769d8e..9dc5393 100644 --- a/src/Lazymail/Config.hs +++ b/src/Lazymail/Config.hs @@ -40,9 +40,7 @@ defaultConfig = LazymailConfig { -- preferences. In a possible future maybe I'll work in a not-so-crappy -- config system. -- ---customConfig = defaultConfig { initialPath = "/home/rul/mail/"} - -customConfig = defaultConfig { initialPath = "/home/rul/mail/" +customConfig = defaultConfig { initialPath = "/home/rul/Mail" , filterMaildirsHook = filterSymlinks } filterSymlinks :: [FilePath] -> IO [FilePath] -- cgit v1.2.3