diff options
author | Joris Guyonvarch | 2015-04-19 12:14:50 +0200 |
---|---|---|
committer | Joris Guyonvarch | 2015-04-19 12:15:51 +0200 |
commit | 78048fcbc81521d145b79b4b47761a8b698d7ff7 (patch) | |
tree | c6720dfaa1ccb15111a882421a18836a0c140292 /src/Model | |
parent | 389d979eb3eaa18beb8a6da9f4a03bdb6acc1722 (diff) |
Adding a design to the HTML mail + Adding waitInMinutes in the
configuration
Diffstat (limited to 'src/Model')
-rw-r--r-- | src/Model/Config.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Model/Config.hs b/src/Model/Config.hs index 42b390e..8fb05b9 100644 --- a/src/Model/Config.hs +++ b/src/Model/Config.hs @@ -10,4 +10,5 @@ data Config = Config { url :: URL , mailTo :: [Text] , properties :: [Text] + , waitInMinutes :: Int } deriving (Eq, Read, Show) |