Variable: nnmail-pre-get-new-mail-hook

nnmail-pre-get-new-mail-hook is a customizable variable defined in nnmail.el.gz.

Value

nil

Documentation

Hook called just before starting to handle new incoming mail.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnmail.el.gz
(defcustom nnmail-pre-get-new-mail-hook nil
  "Hook called just before starting to handle new incoming mail."
  :group 'nnmail-retrieve
  :type 'hook)