syncmail.sh 109 B

123456
  1. #!/bin/sh
  2. notmuch search --output=files tag:deleted | xargs -0 rm
  3. notmuch new
  4. muchsync rhea.unbl.ink
  5. exit 0