]> gitweb.michael.orlitzky.com - dead/halcyon.git/blobdiff - src/Configuration.hs
Accept a sendmail_path on the command line.
[dead/halcyon.git] / src / Configuration.hs
index 248c91faeb460f99adaf69f566b5a527d1fff2ba..e83dc29c8616e755048cb4c39d0461da750c1766 100644 (file)
@@ -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 }