mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
6 lines
168 B
Bash
Executable File
6 lines
168 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") $(cat ~/.config/mutt/.dl)
|