diff options
Diffstat (limited to 'mutt/notify.sh')
-rwxr-xr-x | mutt/notify.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt/notify.sh b/mutt/notify.sh index d8fd6cc..4dbc0f6 100755 --- a/mutt/notify.sh +++ b/mutt/notify.sh @@ -21,7 +21,7 @@ then touch ~/.mutt/newmail else xset -led 1 -if [ -e ~/.mutt/newmai ];then +if [ -e ~/.mutt/newmail ];then rm ~/.mutt/newmail fi fi |