diff options
Diffstat (limited to 'Config.hs')
-rw-r--r-- | Config.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,4 +32,4 @@ defaultConfig = LazymailConfig { -- preferences. In a possible future maybe I'll work in a not-so-crappy -- config system. -- -customConfig = defaultConfig { basePath = "/home/rul/mail/kalgan" }
\ No newline at end of file +customConfig = defaultConfig { basePath = Just "/home/rul/mail/kalgan" }
\ No newline at end of file |