mutt-wizard

fork of Luke Smiths mutt-wizard
git clone git://git.jakekoroman.com/mutt-wizard
Log | Files | Refs | README | LICENSE

commit 1d0afcc855d2c7fa1d1f021ca67d184698b2b91a
parent 3513063d08aba74d5e3c5834c0c62ca3d921243c
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Fri,  4 May 2018 16:13:02 -0700

i3blocks counter updates automatically

Diffstat:
Metc/mailsync.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/etc/mailsync.sh b/etc/mailsync.sh @@ -32,6 +32,7 @@ do then notify "$account" "$newcount" & disown mpv --quiet ~/.config/mutt/etc/notify.opus + pkill -RTMIN+12 i3blocks # For my i3blocks setup. Updates new mail counter. fi done