voidrice/.scripts/i3mail

6 lines
168 B
Text
Raw Normal View History

2018-04-23 00:39:23 +00:00
#!/bin/sh
case $BLOCK_BUTTON in
1) $TERMINAL -e neomutt ;;
esac
2018-06-17 23:51:46 +00:00
echo $(find ~/.mail -wholename */INBOX/new/* | wc -l | sed -e "s/^0$//g") $(cat ~/.config/mutt/.dl)