summaryrefslogtreecommitdiff
path: root/eml
diff options
context:
space:
mode:
Diffstat (limited to 'eml')
-rwxr-xr-xeml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eml b/eml
index 8b00b90..9f598a7 100755
--- a/eml
+++ b/eml
@@ -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" ;;