diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-08-07 15:58:16 +0300 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-08-07 15:58:16 +0300 |
commit | d021a581919d142a873ecc77ce03b11fbc38e548 (patch) | |
tree | 98906c9c954390f645155b748e18231ba9346d67 /mutt | |
parent | a275ae5653018aa7fb1a34bed421a02efff42310 (diff) | |
download | dotfiles-d021a581919d142a873ecc77ce03b11fbc38e548.tar.gz dotfiles-d021a581919d142a873ecc77ce03b11fbc38e548.tar.bz2 dotfiles-d021a581919d142a873ecc77ce03b11fbc38e548.zip |
add mutt idle for instant email
Diffstat (limited to 'mutt')
-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 |