dotfiles/.scripts/mail.sh

5 lines
102 B
Bash
Raw Normal View History

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