@@ -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