syncmail.sh 143 B

123456
  1. #!/bin/sh
  2. notmuch search --output=files tag:deleted | xargs -r rm
  3. notmuch new
  4. muchsync -s "ssh -CTaxq -J janus.unbl.ink" iapetus.local
  5. exit 0