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