fix bug in newmail.sh
[dotfiles.git] / email / .local / bin / newmail.sh
index 8d8c35c..a0af1ad 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-newmail="$(find ~/.local/share/mutt/mail/INBOX/new/ -type f | wc -l)"
+newmail="$(find ~/.local/share/offlineimap/mail/INBOX/new/ -type f | wc -l)"
 if [ "$newmail" -ne 0 ]
 then
        notify-send "$newmail new emails!"