commit 2c900118f836544cb458c8a582a986c2e9c1c285 parent 4bd0ed6a651739ac4ebef18a81cd974e3b5df7c3 Author: Luke Smith <luke@lukesmith.xyz> Date: Sun, 17 Jun 2018 19:51:46 -0400 mail dl notification with mutt-wizard Diffstat:
M | .scripts/i3mail | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.scripts/i3mail b/.scripts/i3mail @@ -2,4 +2,4 @@ case $BLOCK_BUTTON in 1) $TERMINAL -e neomutt ;; 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)