Files
voidrice/.scripts/i3mail
2018-04-22 17:39:23 -07:00

6 lines
122 B
Bash
Executable File

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