many fixes, new st version
[dotfiles.git] / email / .local / bin / newmail.sh
index a0af1ad..4290971 100755 (executable)
@@ -1,6 +1,9 @@
 #!/bin/sh
 newmail="$(find ~/.local/share/offlineimap/mail/INBOX/new/ -type f | wc -l)"
-if [ "$newmail" -ne 0 ]
+if [ "$newmail" -eq 1 ]
+then
+       notify-send "1 new email!"
+else if [ "$newmail" -ne 0 ]
 then
        notify-send "$newmail new emails!"
 fi