From 60d6f0f622b13adc43db4b386d735371070a4ead Mon Sep 17 00:00:00 2001 From: JSDurand Date: Wed, 26 Jan 2022 02:02:41 +0800 Subject: gnus & init: setup delay & no avoid mouse * gnus-conf.el: call #'gnus-delay-initialize to set up checking delayed mails to send each time we get new news. * init.el (display-mouse-p): After some time using this, I think I don't need to avoid the mouse. --- gnus-conf.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gnus-conf.el') diff --git a/gnus-conf.el b/gnus-conf.el index 043836c..c0eae08 100644 --- a/gnus-conf.el +++ b/gnus-conf.el @@ -621,6 +621,10 @@ ARGS is the list of arguments passed to FN." (setq gnus-summary-thread-gathering-function #'gnus-gather-threads-by-subject) +;;; delayed sending + +(gnus-delay-initialize) + ;;; disable auto-save for newrc file (defun durand-disable-auto-save-for-newsrc-ad (&rest _args) -- cgit v1.2.3-18-g5258