Files
dotfiles/bin/.bin/syncmail.sh
2020-01-27 01:01:51 -05:00

7 lines
109 B
Bash
Executable File

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