aboutsummaryrefslogtreecommitdiff
path: root/mutt/notify.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mutt/notify.sh')
-rwxr-xr-xmutt/notify.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt/notify.sh b/mutt/notify.sh
index f7b44b5..673dbd5 100755
--- a/mutt/notify.sh
+++ b/mutt/notify.sh
@@ -2,6 +2,7 @@
#
# Turns on Numlock
+echo "$1"
echo "$1" | grep -q "New" > /dev/null 2>&1
if [ $? -eq 0 ];
@@ -12,4 +13,3 @@ else
xset -led 1
fi
-echo "$1"