dotfiles/.scripts/mail.sh

5 lines
112 B
Bash
Raw Normal View History

#!/usr/bin/env bash
NEWEMAILS=$(notmuch search tag:unread and not tag:archive | wc -l)
2016-12-16 21:06:16 +00:00
echo "Mail: $NEWEMAILS"