From: Don Armstrong Date: Thu, 22 May 2014 22:14:18 +0000 (-0700) Subject: mark things we don't know about as read X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=feefa951517b118d6455f52e20ae1001116c2c60;p=bin.git mark things we don't know about as read --- diff --git a/buildd_sign b/buildd_sign index 24fd610..42d6802 100755 --- a/buildd_sign +++ b/buildd_sign @@ -75,5 +75,9 @@ for a in "$@"; do mutt -e 'set content_type="text/plain; charset=utf-8"' -s "Re: $SUBJECT" "$RETURN_PATH"; mark_read "${a}"; echo "Handled '${SUBJECT}'"; + else + echo "Marking '$SUBJECT' read"; + mark_read "${a}"; + echo "Handled '${SUBJECT}'"; fi; done;