Selaa lähdekoodia

Use a jumphost to sync mail

Colin Powell 5 vuotta sitten
vanhempi
commit
31c2c0caca
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      bin/.bin/syncmail.sh

+ 1 - 1
bin/.bin/syncmail.sh

@@ -2,5 +2,5 @@
 
 notmuch search --output=files tag:deleted | xargs -r rm
 notmuch new
-muchsync rhea.unbl.ink
+muchsync -s "ssh -CTaxq -J janus.unbl.ink" iapetus.local
 exit 0