My post-new hook
# Notmuch `post-new' hook.
#
# This script:
# 1. re-tags all messages as spam or not
# 2. tags hardcore spammers.
#
# Rudolf Adamkovič <rudolf@adamkovic.org>
# Licensed under the General Public License (GPL), version 3.
set -e
echo "Re-tagging spam..."
notmuch tag +spam folder:Spam
notmuch tag -spam not folder:Spam
echo "Tagging hardcore spammers..."
notmuch tag +spam \
from:@robinhood.com or \
from:@golemclub.sk