فهرست منبع

[mail] Temporary work around for muchsync with jump host

Colin Powell 4 سال پیش
والد
کامیت
0c1d524ce7
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      bin/.bin/syncmail

+ 1 - 2
bin/.bin/syncmail

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