diff options
Diffstat (limited to 'gnus-conf.el')
-rw-r--r-- | gnus-conf.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnus-conf.el b/gnus-conf.el index c57f7ff..f409b41 100644 --- a/gnus-conf.el +++ b/gnus-conf.el @@ -138,10 +138,10 @@ ;;; Update by mu4e -(autoload 'mu4e-update-mail-and-index "mu4e-utils") +;; (autoload 'mu4e-update-mail-and-index "mu4e-utils") (autoload 'load-config "init") -(defalias 'durand-update-mail #'mu4e-update-mail-and-index) +;; (defalias 'durand-update-mail #'mu4e-update-mail-and-index) ;; Let notmuch know about the changes automatically. @@ -151,7 +151,7 @@ (add-hook 'mu4e-index-updated-hook #'notmuch-poll) -(define-key gnus-group-mode-map (vector 117) #'durand-update-mail) +(define-key gnus-group-mode-map (vector 117) #'durand-mail-update) (define-key global-map (vector ?\C-c ?g) 'gnus) ;;; Use notmuch to search mails |