Make syncmail compatible with FreeBSD

This commit is contained in:
Colin Powell
2020-01-28 13:49:44 -05:00
parent dccbd58a3f
commit b08cbbc6b5

View File

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