From 4061381c5d870b31a54426b1f3c068ed43b238c8 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sun, 11 Oct 2015 13:20:25 +0200 Subject: [PATCH] mu4e: wait with sync until nm is connected --- spacemacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacemacs b/spacemacs index c7d961f..cec38dd 100644 --- a/spacemacs +++ b/spacemacs @@ -175,7 +175,7 @@ before layers configuration." smtpmail-stream-type 'ssl smtpmail-smtp-service 465 smtpmail-local-domain "gebner.org") - (setq mu4e-get-mail-command "mbsync -a" + (setq mu4e-get-mail-command "nm-online && mbsync -a" mu4e-update-interval 300) (setq mu4e-attachment-dir "~/Downloads") (setq mu4e-drafts-folder "/drafts"