From e01ab479da9a1983e6f0c2e3dcc4c828a74a5ce4 Mon Sep 17 00:00:00 2001 From: jason Date: Fri, 4 Dec 2020 10:15:19 -0700 Subject: comment for why the mouse pointer xmodmap; fix checkmail with new ver of lieer --- scripts/bin/checkmail.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'scripts/bin') 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 @@ #!/usr/bin/env bash -#parallel gmi sync --no-progress -C ::: ~/.mail/jason_zzq.gmail ~/.mail/jason_hitched.gmail -cd ~/.mail/jason_zzq.gmail && gmi sync -cd ~/.mail/jason_hitched.gmail && gmi sync -cd ~ +source ~/.virtualenvs/lieer/bin/activate +parallel gmi sync --no-progress -C ::: ~/.mail/jason_zzq.gmail ~/.mail/jason_hitched.gmail +#cd ~/.mail/jason_zzq.gmail && gmi sync +#cd ~/.mail/jason_hitched.gmail && gmi sync +#cd ~ notmuch tag -important \* +notmuch tag -inbox -unread "tag:trash" +notmuch tag -inbox -unread "tag:spam" notmuch tag +hitched "folder:/.*jason_hitched\.gmail/" notmuch tag -hitched -inbox "tag:debezium" -- cgit v1.2.1