aboutsummaryrefslogtreecommitdiff
path: root/scripts/mail.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mail.sh')
-rwxr-xr-xscripts/mail.sh6
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