Variable: mail-source-idle-time-delay

mail-source-idle-time-delay is a customizable variable defined in mail-source.el.gz.

Value

5

Documentation

Number of idle seconds to wait before checking for new mail.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/mail-source.el.gz
(defcustom mail-source-idle-time-delay 5
  "Number of idle seconds to wait before checking for new mail."
  :type 'number)