From 687a1fa8890da895c830177826c4258d9843fcb7 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Mon, 7 Nov 2022 21:33:01 +0800 Subject: mail + gnus: update notmuch database as well * mail.el (durand-mail-update-hook, durand-mail-update-sentinel): Add a hook to run after the update is finished. * gnus-conf.el (mu4e-index-updated-hook, durand-mail-update-hook): Let notmuch know about updated mails as well. --- gnus-conf.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnus-conf.el') diff --git a/gnus-conf.el b/gnus-conf.el index 150b4e9..3affe4f 100644 --- a/gnus-conf.el +++ b/gnus-conf.el @@ -143,17 +143,17 @@ ;; (defalias 'durand-update-mail #'mu4e-update-mail-and-index) -;; Load mail configurations +;;;; Load mail configurations (load-config "mail.el") -;; Let notmuch know about the changes automatically. +;;;; Let notmuch know about the changes automatically. (load-config "notmuch-conf.el") (require 'notmuch) -(add-hook 'mu4e-index-updated-hook #'notmuch-poll) +(add-hook 'durand-mail-update-hook #'notmuch-poll) (define-key gnus-group-mode-map (vector 117) #'durand-mail-update) (define-key global-map (vector ?\C-c ?g) 'gnus) -- cgit v1.2.3-18-g5258