#!/bin/sh
notmuch search --output=files tag:deleted | xargs -0 rm
notmuch new
muchsync rhea.unbl.ink
exit 0