Files
dotfiles/bin/.bin/syncmail.sh
2020-02-17 15:04:06 -05:00

7 lines
143 B
Bash
Executable File

#!/bin/sh
notmuch search --output=files tag:deleted | xargs -r rm
notmuch new
muchsync -s "ssh -CTaxq -J janus.unbl.ink" iapetus.local
exit 0