syncmail 105 B

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