diff options
Diffstat (limited to 'eml')
-rwxr-xr-x | eml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/usr/bin/env bash -count=$(notmuch count tag:new) +count=$(notmuch count tag:inbox and tag:unread) case "$1" in -n) [[ $count > 0 ]] && notify-send "New mail" "$count messages" ;; |