aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
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"