aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorjason2020-12-04 10:15:19 -0700
committerjason2020-12-04 10:39:45 -0700
commite01ab479da9a1983e6f0c2e3dcc4c828a74a5ce4 (patch)
tree624b9c4bd4f2d79bbbf0cebdf5cbb23f649da2df /scripts
parenta5eeab3f475ef263ae090313d1df425ce358abfd (diff)
downloaddotfiles-e01ab479da9a1983e6f0c2e3dcc4c828a74a5ce4.tar.gz
dotfiles-e01ab479da9a1983e6f0c2e3dcc4c828a74a5ce4.zip
comment for why the mouse pointer xmodmap; fix checkmail with new ver of lieer
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bin/checkmail.sh11
1 files changed, 7 insertions, 4 deletions
diff --git a/scripts/bin/checkmail.sh b/scripts/bin/checkmail.sh
index 9da8052..c823b94 100755
--- a/scripts/bin/checkmail.sh
+++ b/scripts/bin/checkmail.sh
@@ -1,10 +1,13 @@
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 2source ~/.virtualenvs/lieer/bin/activate
3cd ~/.mail/jason_zzq.gmail && gmi sync 3parallel gmi sync --no-progress -C ::: ~/.mail/jason_zzq.gmail ~/.mail/jason_hitched.gmail
4cd ~/.mail/jason_hitched.gmail && gmi sync 4#cd ~/.mail/jason_zzq.gmail && gmi sync
5cd ~ 5#cd ~/.mail/jason_hitched.gmail && gmi sync
6#cd ~
6 7
7notmuch tag -important \* 8notmuch tag -important \*
9notmuch tag -inbox -unread "tag:trash"
10notmuch tag -inbox -unread "tag:spam"
8 11
9notmuch tag +hitched "folder:/.*jason_hitched\.gmail/" 12notmuch tag +hitched "folder:/.*jason_hitched\.gmail/"
10notmuch tag -hitched -inbox "tag:debezium" 13notmuch tag -hitched -inbox "tag:debezium"