X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhalcyon.git;a=blobdiff_plain;f=src%2FConfiguration.hs;h=e83dc29c8616e755048cb4c39d0461da750c1766;hp=248c91faeb460f99adaf69f566b5a527d1fff2ba;hb=fdc80f514bfe9005f55768f63b619ad170ad1b56;hpb=46dd961be2bcb7de43c04d27282220ef2b088077 diff --git a/src/Configuration.hs b/src/Configuration.hs index 248c91f..e83dc29 100644 --- a/src/Configuration.hs +++ b/src/Configuration.hs @@ -9,6 +9,7 @@ where data Cfg = Cfg { heartbeat :: Int, ignore_replies :: Bool, ignore_retweets :: Bool, + sendmail_path :: String, from_address :: Maybe String, to_address :: Maybe String, verbose :: Bool }