From 4e7eccdc7a7793e8d83daba1f7562959e809c483 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 25 Nov 2018 15:15:47 -0200 Subject: Fix verbose configuration for mbsync in mail.sh. --- scripts/mail.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/mail.sh b/scripts/mail.sh index c8f6522..a6d5adb 100755 --- a/scripts/mail.sh +++ b/scripts/mail.sh @@ -1,5 +1,5 @@ if [ "$1" = "-s" ]; then - mbsync -a &>> /tmp/mbsync.log && notmuch new &>> /tmp/notmuch.log + mbsync -aV &>> /tmp/mbsync.log && notmuch new &>> /tmp/notmuch.log else - mbsync -aV && notmuch new + mbsync -a && notmuch new fi -- cgit v1.2.3