Variable: nnmail-prepare-incoming-message-hook
nnmail-prepare-incoming-message-hook is a customizable variable
defined in nnmail.el.gz.
Value
nil
Documentation
Hook called narrowed to each message.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnmail.el.gz
(defcustom nnmail-prepare-incoming-message-hook nil
"Hook called narrowed to each message."
:group 'nnmail-prepare
:type 'hook)