[mail] Sync with mail jail, not rhea

This commit is contained in:
2020-09-11 02:06:18 -04:00
parent a12c166a97
commit 989005bec9

View File

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