]> git.donarmstrong.com Git - bin.git/commitdiff
mark things we don't know about as read
authorDon Armstrong <don@donarmstrong.com>
Thu, 22 May 2014 22:14:18 +0000 (15:14 -0700)
committerDon Armstrong <don@donarmstrong.com>
Thu, 22 May 2014 22:14:18 +0000 (15:14 -0700)
buildd_sign

index 24fd6100b9da89c580c633be1c5d208379895e06..42d68023ebf1be19da9c7c7b4f39df5f35313369 100755 (executable)
@@ -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;