Explorar el Código

[mail] Temporary work around for muchsync with jump host

Colin Powell hace 5 años
padre
commit
0c1d524ce7
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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