#!/bin/sh
notmuch search --output=files tag:deleted | xargs -r rm
notmuch new
muchsync mail.local
exit 0
