summaryrefslogtreecommitdiff
path: root/gnus-conf.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2022-01-26 02:02:41 +0800
committerJSDurand <mmemmew@gmail.com>2022-01-26 02:02:41 +0800
commit60d6f0f622b13adc43db4b386d735371070a4ead (patch)
tree9397ea6335306dbd8beeed275ecedd445d76367c /gnus-conf.el
parent3f70a8d1fbc048bf88abd996547d19a15a0006e7 (diff)
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.
Diffstat (limited to 'gnus-conf.el')
-rw-r--r--gnus-conf.el4
1 files changed, 4 insertions, 0 deletions
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)