aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris Guyonvarch2015-04-14 00:16:21 +0200
committerJoris Guyonvarch2015-04-14 00:20:20 +0200
commit280f030f652da4abb60c89845f5739ef2e3823bc (patch)
tree00b83c223d9e6026f97e3a226d41c14202a6dd1d
parentd3dd0e129658e3617f9e6e4fa0910cb15c42520d (diff)
downloadad-listener-280f030f652da4abb60c89845f5739ef2e3823bc.tar.gz
ad-listener-280f030f652da4abb60c89845f5739ef2e3823bc.tar.bz2
ad-listener-280f030f652da4abb60c89845f5739ef2e3823bc.zip
Fixing compilation
-rw-r--r--README.md3
-rw-r--r--src/AdListener.hs2
2 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 14458dd..6a59c35 100644
--- a/README.md
+++ b/README.md
@@ -30,5 +30,4 @@ url = http://www.leboncoin.fr/locations/offres/ile_de_france/?f=a&th=1
Email
-----
-If you provide mail addresses, leboncoin-listener will try to send mails with
-the sendmail command.
+leboncoin-listener uses the sendmail command under the hood.
diff --git a/src/AdListener.hs b/src/AdListener.hs
index da3051d..04e070b 100644
--- a/src/AdListener.hs
+++ b/src/AdListener.hs
@@ -80,7 +80,7 @@ trySendMail config message =
eitherMailSuccess <- sendMail mailTo message
case eitherMailSuccess of
Right () ->
- return "Mail sent."
+ putStrLn "Mail sent."
Left error ->
T.putStrLn . T.concat $
[ "Error sending mail: "