summaryrefslogtreecommitdiff
path: root/gnus-conf.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2022-11-06 16:42:57 +0800
committerJSDurand <mmemmew@gmail.com>2022-11-06 16:42:57 +0800
commit5651f68e259a006ae588b34917f13d7c91707ab0 (patch)
tree40e06482d3e3e90fea7e32eff47448b0fcbef058 /gnus-conf.el
parente676528a3af7f5b97667d4fa6e68eea1eebf14c4 (diff)
mail + init + gnus: get rid of mails
Now I don't use mu4e anymore, so this just removes all those related settings.
Diffstat (limited to 'gnus-conf.el')
-rw-r--r--gnus-conf.el6
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")