Parcourir la source

No need to use jumphost for mail sync

Colin Powell il y a 5 ans
Parent
commit
b476b98181
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 -s "ssh -CTaxq -J janus.unbl.ink" iapetus.local
+muchsync janus.unbl.ink
 exit 0