aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorjason2020-11-25 11:10:10 -0700
committerjason2020-11-25 11:10:10 -0700
commit91b7e68c9a82a9ba07580d6636d48da176a683ee (patch)
treec5e95a3590704be7d382533f01483b5c41fe24b5 /scripts
parent2458059608e817c1ee9b22891da71374043ecc10 (diff)
downloaddotfiles-91b7e68c9a82a9ba07580d6636d48da176a683ee.tar.gz
dotfiles-91b7e68c9a82a9ba07580d6636d48da176a683ee.zip
fix checkmail for the older version of gmailieer ubuntu has
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bin/checkmail.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/bin/checkmail.sh b/scripts/bin/checkmail.sh
index a0fcc76..9da8052 100755
--- a/scripts/bin/checkmail.sh
+++ b/scripts/bin/checkmail.sh
@@ -1,5 +1,8 @@
1#!/usr/bin/env bash 1#!/usr/bin/env bash
2parallel gmi sync --no-progress -C ::: ~/.mail/jason_zzq.gmail ~/.mail/jason_hitched.gmail 2#parallel gmi sync --no-progress -C ::: ~/.mail/jason_zzq.gmail ~/.mail/jason_hitched.gmail
3cd ~/.mail/jason_zzq.gmail && gmi sync
4cd ~/.mail/jason_hitched.gmail && gmi sync
5cd ~
3 6
4notmuch tag -important \* 7notmuch tag -important \*
5 8