Bläddra i källkod

[mail] Temporary work around for muchsync with jump host

Colin Powell 4 år sedan
förälder
incheckning
0c1d524ce7
1 ändrade filer med 1 tillägg och 2 borttagningar
  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