Variable: gnus-summary-update-hook
gnus-summary-update-hook is a customizable variable defined in
gnus-sum.el.gz.
Value
nil
Documentation
A hook called when a summary line is changed.
The hook will not be called if gnus-visual is nil.
The default function gnus-summary-highlight-line will
highlight the line according to the gnus-summary-highlight
variable.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-summary-update-hook nil
"A hook called when a summary line is changed.
The hook will not be called if `gnus-visual' is nil.
The default function `gnus-summary-highlight-line' will
highlight the line according to the `gnus-summary-highlight'
variable."
:group 'gnus-summary-visual
:type 'hook)