Selaa lähdekoodia

No need to use jumphost for mail sync

Colin Powell 5 vuotta sitten
vanhempi
commit
b476b98181
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 -s "ssh -CTaxq -J janus.unbl.ink" iapetus.local
+muchsync janus.unbl.ink
 exit 0