From 38ace0b568a30e053d64b139a48b73c4b707b2db Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Thu, 12 Dec 2019 23:14:38 -0600 Subject: [PATCH] Playing with emacs. --- .emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index b5a2a23..6a77857 100755 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -46,6 +46,9 @@ (add-to-list 'load-path "/usr/local/share/emacs/site-lisp/mu4e") (require 'mu4e) +(setq mu4e-get-mail-command "mbsync -c ~/.emacs.d/mu4e/.mbsyncrc -a" + mu4e-update-interval 300) + ;; Fields that are auto-filled in email (setq user-mail-address "derek@distrotube.com"