slstatus, new texlive
[dotfiles.git] / email / .local / bin / newmail.sh
index a1828a0..29e0638 100755 (executable)
@@ -1,11 +1,3 @@
 #!/bin/sh
-newmail="$(find ~/.local/share/offlineimap/mail/INBOX/new/ -type f | wc -l)"
-if [ "$newmail" -eq 1 ]
-then
-       notify-send "1 new email!"
-elif [ "$newmail" -ne 0 ]
-then
-       notify-send "$newmail new emails!"
-fi
 notmuch new
 vdirsyncer sync