summaryrefslogtreecommitdiff
path: root/bin/mailsync
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-04-16 13:52:37 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-04-16 13:52:37 -0400
commitb911eba455e3b5b913ec7ea9e51e02200060e5b9 (patch)
tree9f08dd2f1fec585c1855fe576f063c3ae5bcafce /bin/mailsync
parentda9a2063fde179a9907b1408bd1cc95062992d5f (diff)
even comments are bloat
Diffstat (limited to 'bin/mailsync')
-rwxr-xr-xbin/mailsync8
1 files changed, 1 insertions, 7 deletions
diff --git a/bin/mailsync b/bin/mailsync
index 6292021..da1d2b7 100755
--- a/bin/mailsync
+++ b/bin/mailsync
@@ -1,11 +1,5 @@
#!/usr/bin/env sh
-# This script will run mbsync and check
-# for new email if there is an internet connection.
-#
-# If it detects new mail, it uses mpv to play a
-# notification sound: notify.opus
-#
-# I have this run as a cronjob every 5 minutes.
+# Sync mail and give notification if there is new mail.
# Checks for internet connection and set notification script.
ping -q -c 1 1.1.1.1 > /dev/null || exit