Files
dotfiles/bin/.bin/checkmail

8 lines
62 B
Bash
Executable File

#!/bin/sh
afew -m -n
mbsync -a
notmuch new
afew -t -n
exit 0