From 22bc846cbedcb41ae7abfb2816ed8e6dcc07f01c Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Sat, 2 Sep 2017 13:39:10 +0100 Subject: [PATCH] bin/homeinit: Be verbose when running mbsync --- .bin/homeinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/homeinit b/.bin/homeinit index 91b027b1..43b9b008 100755 --- a/.bin/homeinit +++ b/.bin/homeinit @@ -79,5 +79,5 @@ if [ ! -e ~/.authinfo.gpg ]; then ## TODO: Does not work with --batch for some reason, so we have to spawn Emacs. emacs --eval '(progn (when (require '"'"'mu4e nil t) (let ((auth-sources (list "~/.authinfo.gpg")) (auth-source-save-behavior t)) (dolist (context mu4e-contexts) (mu4e-context-switch nil (mu4e-context-name context)) (funcall (plist-get (car (auth-source-search :max 1 :host smtpmail-smtp-server :port smtpmail-smtp-service :user smtpmail-smtp-user :require '"'"'(:user :secret) :create t)) :save-function))))) (kill-emacs))' fi -mbsync -a +mbsync -aV mu index --maildir=~/.cache/mail