Function: gnus-demon-add-nntp-close-connection
gnus-demon-add-nntp-close-connection is a byte-compiled function
defined in gnus-demon.el.gz.
Signature
(gnus-demon-add-nntp-close-connection)
Documentation
Add daemonic nntp server disconnection to Gnus.
If no commands have gone out via nntp during the last five minutes, the connection is closed.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-demon.el.gz
(defun gnus-demon-add-nntp-close-connection ()
"Add daemonic nntp server disconnection to Gnus.
If no commands have gone out via nntp during the last five
minutes, the connection is closed."
(gnus-demon-add-handler 'gnus-demon-nntp-close-connection 5 nil))