dotfiles/i3/scripts/notmuch

5 lines
92 B
Bash
Executable File

#!/bin/bash
new=`notmuch search tag:unread and tag:inbox 2> /dev/null | wc -l`
echo "$new"