checkmail 72 B

1234567
  1. #!/bin/sh
  2. afew --m --new
  3. mbsync -a
  4. notmuch new
  5. afew --tag --new
  6. exit 0