소스 검색

[mail] Temporary work around for muchsync with jump host

Colin Powell 4 년 전
부모
커밋
0c1d524ce7
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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