From 1e2bee3e8cbf6efdc30a4c95701b7b4c0d95ade7 Mon Sep 17 00:00:00 2001
From: Aaron LI <aly@aaronly.me>
Date: Tue, 20 Jun 2017 19:33:22 +0800
Subject: mbsync_cron.sh: reduce some notifications

---
 bin/mbsync_cron.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/mbsync_cron.sh b/bin/mbsync_cron.sh
index e02bf93..3aef10f 100755
--- a/bin/mbsync_cron.sh
+++ b/bin/mbsync_cron.sh
@@ -22,6 +22,7 @@
 #
 # Aaron LI
 # 2017-05-28
+# Updated: 2017-06-20
 #
 
 set -e
@@ -155,7 +156,6 @@ if [ -f "${PIDFILE}" ]; then
 fi
 
 log "Sync mail for account: ${ACCOUNT} ..."
-notify "Sync mail for account: ${ACCOUNT} ..."
 mbsync -V "${ACCOUNT}" >>${LOGFILE} 2>&1 &
 #sleep 10 &
 PID=$!
-- 
cgit v1.2.2