Variable: nnmail-post-get-new-mail-hook
nnmail-post-get-new-mail-hook is a customizable variable defined in
nnmail.el.gz.
Value
nil
Documentation
Hook called just after finishing handling new incoming mail.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnmail.el.gz
(defcustom nnmail-post-get-new-mail-hook nil
"Hook called just after finishing handling new incoming mail."
:group 'nnmail-retrieve
:type 'hook)