#!/bin/sh

notmuch search tag:deleted | $PAGER

echo "about to delete *all* those emails forever, press control-c to abort, enter to continue"
read junk

notmuch search --output=files tag:deleted | xargs rm

notmuch new
