summaryrefslogtreecommitdiff
path: root/.local/bin/scripts/syncmail
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/scripts/syncmail')
-rwxr-xr-x.local/bin/scripts/syncmail6
1 files changed, 0 insertions, 6 deletions
diff --git a/.local/bin/scripts/syncmail b/.local/bin/scripts/syncmail
deleted file mode 100755
index 1402568..0000000
--- a/.local/bin/scripts/syncmail
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-notify-send -a "syncmail" "Syncing started"
-mbsync -a -c "$XDG_CONFIG_HOME/isync/mbsyncrc"
-mailcnt=$(ls ~/mail/gmail/Inbox/new/ | wc -l)
-notify-send -a "syncmail" "Syncing complete" "Got $mailcnt new e-mails"