diff options
author | Raúl Benencia <rul@kalgan.cc> | 2013-08-24 12:17:13 -0300 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2013-08-24 12:17:13 -0300 |
commit | fc1231ca6e008582fb6a669cb9d0607059e82cdd (patch) | |
tree | f8884e0e7735eb60c653c3fc6a9d4e7c03850b39 /Config.hs | |
parent | f8a4858bc0d566b20c8201a6c42decd81442c41a (diff) |
Lazymail monad
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 |