diff --git a/delete-mails b/delete-mails new file mode 100755 index 0000000..b05cb88 --- /dev/null +++ b/delete-mails @@ -0,0 +1,3 @@ +#!/bin/sh +notmuch search --output=files --format=text0 tag:spam or tag:deleted | xargs -0 --no-run-if-empty rm +notmuch new --quiet diff --git a/maildircommit b/maildircommit new file mode 100755 index 0000000..ece6b26 --- /dev/null +++ b/maildircommit @@ -0,0 +1,6 @@ +#!/bin/sh +set -e + +cd ~/Maildir +git add . +git commit -a -m "Update $(date +%F-%H:%M)" --quiet diff --git a/suspend b/ns-suspend similarity index 100% rename from suspend rename to ns-suspend