diff options
Diffstat (limited to 'gnus-conf.el')
-rw-r--r-- | gnus-conf.el | 4 |
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) |