aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-11-25 15:15:47 -0200
committerEuAndreh <eu@euandre.org>2018-11-25 15:15:47 -0200
commit4e7eccdc7a7793e8d83daba1f7562959e809c483 (patch)
tree073ca26731322929d5a02a8228da0c7d1bb1ff30 /scripts
parentUpdate Spacemacs generated code. (diff)
downloaddotfiles-4e7eccdc7a7793e8d83daba1f7562959e809c483.tar.gz
dotfiles-4e7eccdc7a7793e8d83daba1f7562959e809c483.tar.xz
Fix verbose configuration for mbsync in mail.sh.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mail.sh4
1 files changed, 2 insertions, 2 deletions
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