#!/bin/bash num=$(find ~/.local/share/mail/*/INBOX/new -type f | wc -l) if [ $num != 0 ]; then echo "📬"$num else echo "" fi