From f7b2f093fc1268024aee7c169dc50fd807f98e93 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 29 Nov 2018 06:41:44 -0200 Subject: Sync emails in parallel. --- scripts/mail.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/mail.sh b/scripts/mail.sh index a6d5adb..a7c8208 100755 --- a/scripts/mail.sh +++ b/scripts/mail.sh @@ -1,5 +1,9 @@ if [ "$1" = "-s" ]; then mbsync -aV &>> /tmp/mbsync.log && notmuch new &>> /tmp/notmuch.log else - mbsync -a && notmuch new + mbsync EuAndreh & + mbsync Nubank & + mbsync Gmail & + wait + notmuch new fi -- cgit v1.2.3