Browse Source

[mail] Temporary work around for muchsync with jump host

Colin Powell 4 years ago
parent
commit
0c1d524ce7
1 changed files with 1 additions and 2 deletions
  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