summaryrefslogtreecommitdiff
path: root/bin/mailsync
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mailsync')
-rwxr-xr-xbin/mailsync6
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/mailsync b/bin/mailsync
index 1d676b8..3fac7c5 100755
--- a/bin/mailsync
+++ b/bin/mailsync
@@ -81,16 +81,12 @@ else
accounts=$*
fi
-#( kill -46 "$(pidof "${STATUSBAR:-dwmblocks}")" >/dev/null 2>&1 ) 2>/dev/null
-
# Parallelize multiple accounts
-for account in $accounts
-do
+for account in $accounts; do
syncandnotify &
done
wait
-#( kill -46 "$(pidof "${STATUSBAR:-dwmblocks}")" >/dev/null 2>&1 ) 2>/dev/null
notmuch new 2>/dev/null