From befa1b544a80090f0b5ccadfcadffa6d1f1fb2b6 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 3 Jan 2014 22:55:49 +0530 Subject: gitblag barfs out if it has sent the emails. --- src/gitblag.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gitblag.sh b/src/gitblag.sh index 4f00bb2..bcf0e7f 100755 --- a/src/gitblag.sh +++ b/src/gitblag.sh @@ -213,11 +213,13 @@ else if [ -n "$recipients" ]; then # send to mailinglist. generate_email $recipients | send_mail + echo "Sent email to $recipients" fi if [ -n "$recipientlist" ]; then # send each email ID listed in recipient list file. process_recipient_list + echo "Sent email to all recipients in $recipientlist" fi done fi -- cgit v1.2.3