فهرست منبع

[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