voidrice/.scripts/i3mail
2018-06-15 21:44:52 -04:00

5 lines
142 B
Bash
Executable file

#!/bin/sh
case $BLOCK_BUTTON in
1) $TERMINAL -e neomutt ;;
esac
echo $(find ~/.mail -wholename */INBOX/new/* | wc -l | sed -e "s/^0$//g")