diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-06-17 19:51:46 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-06-17 19:51:46 -0400 |
| commit | 2c900118f836544cb458c8a582a986c2e9c1c285 (patch) | |
| tree | a81efe059bea1095003afc566bbc4ebda44e40a1 | |
| parent | 4bd0ed6a651739ac4ebef18a81cd974e3b5df7c3 (diff) | |
| download | eibhear-2c900118f836544cb458c8a582a986c2e9c1c285.tar.gz eibhear-2c900118f836544cb458c8a582a986c2e9c1c285.tar.zst eibhear-2c900118f836544cb458c8a582a986c2e9c1c285.zip | |
mail dl notification with mutt-wizard
| -rwxr-xr-x | .scripts/i3mail | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/i3mail b/.scripts/i3mail index becb085..616facf 100755 --- 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) |
