From de6be2b383668de5011c38491227fbf91da0c06c Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 4 Dec 2016 13:58:15 +0800 Subject: _spacemacs: Use "M+ 1mn" font instead of "Source Code Pro" Credit: M+ fonts: http://mplus-fonts.osdn.jp/ --- _spacemacs.d/config/aly-mu4e-config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_spacemacs.d/config') diff --git a/_spacemacs.d/config/aly-mu4e-config.el b/_spacemacs.d/config/aly-mu4e-config.el index 873f0fa..0112172 100644 --- a/_spacemacs.d/config/aly-mu4e-config.el +++ b/_spacemacs.d/config/aly-mu4e-config.el @@ -175,7 +175,7 @@ sendmail-program "msmtp") ;; allow for fetch mail and update index using 'U' in the main view - (setq mu4e-get-mail-command "killall -SIGKILL offlineimap; offlineimap -o -1") + (setq mu4e-get-mail-command "offlineimap -o -1") ;; get mail and update index periodically in the background (unit: seconds) (setq mu4e-update-interval 900) -- cgit v1.2.2