mail dl notification with mutt-wizard
This commit is contained in:
parent
4bd0ed6a65
commit
2c900118f8
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
||||||
case $BLOCK_BUTTON in
|
case $BLOCK_BUTTON in
|
||||||
1) $TERMINAL -e neomutt ;;
|
1) $TERMINAL -e neomutt ;;
|
||||||
esac
|
esac
|
||||||
echo $(find ~/.mail -wholename */INBOX/new/* | wc -l | sed -e "s/^0$//g")
|
echo $(find ~/.mail -wholename */INBOX/new/* | wc -l | sed -e "s/^0$//g") $(cat ~/.config/mutt/.dl)
|
||||||
|
|
Loading…
Reference in a new issue