summaryrefslogtreecommitdiffstats
path: root/.scripts/i3mail
blob: becb085a5c36693568e98eaec176df8ef8737ecb (plain) (blame)
1
2
3
4
5
#!/bin/sh
case $BLOCK_BUTTON in
    1) $TERMINAL -e neomutt ;;
esac
echo $(find ~/.mail -wholename */INBOX/new/* | wc -l | sed -e "s/^0$//g")