Files
dotfiles/bin/.bin/syncmail
2020-03-11 23:51:24 -04:00

7 lines
109 B
Bash
Executable File

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