diff options
| author | jason | 2020-11-25 11:10:10 -0700 |
|---|---|---|
| committer | jason | 2020-11-25 11:10:10 -0700 |
| commit | 91b7e68c9a82a9ba07580d6636d48da176a683ee (patch) | |
| tree | c5e95a3590704be7d382533f01483b5c41fe24b5 /scripts | |
| parent | 2458059608e817c1ee9b22891da71374043ecc10 (diff) | |
| download | dotfiles-91b7e68c9a82a9ba07580d6636d48da176a683ee.tar.gz dotfiles-91b7e68c9a82a9ba07580d6636d48da176a683ee.zip | |
fix checkmail for the older version of gmailieer ubuntu has
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/bin/checkmail.sh | 5 |
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 |
| 2 | parallel 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 |
| 3 | cd ~/.mail/jason_zzq.gmail && gmi sync | ||
| 4 | cd ~/.mail/jason_hitched.gmail && gmi sync | ||
| 5 | cd ~ | ||
| 3 | 6 | ||
| 4 | notmuch tag -important \* | 7 | notmuch tag -important \* |
| 5 | 8 | ||