Function: gnus-demon-add-rescan

gnus-demon-add-rescan is an autoloaded and byte-compiled function defined in gnus-demon.el.gz.

Signature

(gnus-demon-add-rescan)

Documentation

Add daemonic scanning of new articles from all backends.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-demon.el.gz
(defun gnus-demon-add-rescan ()
  "Add daemonic scanning of new articles from all backends."
  (gnus-demon-add-handler 'gnus-demon-scan-news 120 60))