Function: gnus-demon-add-scanmail

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

Signature

(gnus-demon-add-scanmail)

Documentation

Add daemonic scanning of mail from the mail backends.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-demon.el.gz
(defun gnus-demon-add-scanmail ()
  "Add daemonic scanning of mail from the mail backends."
  (gnus-demon-add-handler 'gnus-demon-scan-mail 120 60))