diff options
Diffstat (limited to 'src/Lazymail/Config.hs')
-rw-r--r-- | src/Lazymail/Config.hs | 4 |
1 files changed, 1 insertions, 3 deletions
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] |