瀏覽代碼

[mail] Sync with mail jail, not rhea

Colin Powell 4 年之前
父節點
當前提交
989005bec9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bin/.bin/syncmail

+ 1 - 1
bin/.bin/syncmail

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