1

Ignore no mail error

This commit is contained in:
Evan Pratten 2024-05-26 14:33:22 -04:00
parent f7b64f1f89
commit 8a86022fe0

View File

@ -8,7 +8,7 @@ if [ "$#" -ne 1 ]; then
fi
# Read a list of all new mail
new_mail=$(mail -H | grep "^.N")
new_mail=$(mail -H 2> /dev/null | grep "^.N")
new_mail_count=$(echo "$new_mail" | wc -l | tr -d ' ')
# If this list is empty, exit