X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FConfiguration.hs;h=e83dc29c8616e755048cb4c39d0461da750c1766;hb=f280595f9be2f48ad71504b6977454a216a7734d;hp=248c91faeb460f99adaf69f566b5a527d1fff2ba;hpb=2377a9b1c3de67278d0956683bb0dffc47117092;p=dead%2Fhalcyon.git 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 }