summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/email2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/email b/bin/email
index 738efbb..1d51ef8 100755
--- a/bin/email
+++ b/bin/email
@@ -4,7 +4,7 @@ while true;
do
mbsync -a
nmails=$(find $HOME/.mail -path '*/new/*' -type f | wc -l)
- [[ nmails -ge 1 ]] && notify-send "New mail!"
+ [[ nmails -ge 1 ]] && notify-send -t 1 "New mail!"
date
sleep 5m
done