diff options
Diffstat (limited to 'scripts/mail.sh')
-rwxr-xr-x | scripts/mail.sh | 6 |
1 files changed, 5 insertions, 1 deletions
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 |