diff options
Diffstat (limited to 'Mail/mutt')
-rwxr-xr-x | Mail/mutt/notify.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mail/mutt/notify.sh b/Mail/mutt/notify.sh index a628c52..d4c8d30 100755 --- a/Mail/mutt/notify.sh +++ b/Mail/mutt/notify.sh @@ -21,6 +21,7 @@ if [ $status -eq 0 ];then touch ~/.mutt/newmail else xset -led 1 + echo 'Ixlear' > /tmp/panel-fifo if [ -e ~/.mutt/newmail ];then rm ~/.mutt/newmail fi |