Files
dotfiles/bin/.bin/syncmail

6 lines
105 B
Bash
Executable File

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