From f6b1eaf93cbaac4bcef2349fd436b5bdd43a5a23 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 12 Dec 2016 14:37:17 -0500 Subject: Add systemd units for calling mbsync every 5 minutes To enable: systemctl --user enable mbsync.timer systemctl --user start mbsync.timer Also, use 'pick-first for mu4e-context-policy --- spacemacs/.emacs.d/private/aminb/packages.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'spacemacs/.emacs.d/private/aminb/packages.el') diff --git a/spacemacs/.emacs.d/private/aminb/packages.el b/spacemacs/.emacs.d/private/aminb/packages.el index 36c9400..fb336a3 100644 --- a/spacemacs/.emacs.d/private/aminb/packages.el +++ b/spacemacs/.emacs.d/private/aminb/packages.el @@ -141,7 +141,7 @@ erc-modified-channels-alist. Should be executed on window change." :config (progn (setq mu4e-maildir "~/mail" - mu4e-get-mail-command "mbsync -aq" ;; or fetchmail, or ... + mu4e-get-mail-command "mbsync -a" ;; or fetchmail, or ... mu4e-update-interval 300 ;; update every 5 minutes mu4e-view-show-addresses t mu4e-headers-include-related t @@ -159,6 +159,7 @@ erc-modified-channels-alist. Should be executed on window change." mu4e-drafts-folder "/amin/Drafts" mu4e-trash-folder "/amin/Trash" user-mail-address "amin@aminb.org" + mu4e-context-policy 'pick-first mu4e-contexts (list (make-mu4e-context :name "amin" -- cgit v1.2.3-60-g2f50