diff options
Diffstat (limited to 'gnus-conf.el')
-rw-r--r-- | gnus-conf.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnus-conf.el b/gnus-conf.el index f409b41..150b4e9 100644 --- a/gnus-conf.el +++ b/gnus-conf.el @@ -136,13 +136,17 @@ (setq mm-verify-option 'known) -;;; Update by mu4e +;;; Update mails ;; (autoload 'mu4e-update-mail-and-index "mu4e-utils") (autoload 'load-config "init") ;; (defalias 'durand-update-mail #'mu4e-update-mail-and-index) +;; Load mail configurations + +(load-config "mail.el") + ;; Let notmuch know about the changes automatically. (load-config "notmuch-conf.el") |