diff options
Diffstat (limited to 'src/main.lisp')
-rw-r--r-- | src/main.lisp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.lisp b/src/main.lisp index 7c0f368..d700182 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -84,4 +84,5 @@ ;; 2. Send email (format t "Watching issue ~A~%" (gethash "key" issue)) - (deliver-email config issue)) + (if (sendmail config) + (deliver-email config issue))) |