Files
dotfiles/bin/.bin/syncmail.sh
2020-02-18 00:44:37 -05:00

7 lines
110 B
Bash
Executable File

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