Variable: gnus-summary-prepare-hook
gnus-summary-prepare-hook is a customizable variable defined in
gnus-sum.el.gz.
Value
nil
Documentation
A hook called after the summary buffer has been generated.
If you want to modify the summary buffer, you can use this hook.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-summary-prepare-hook nil
"A hook called after the summary buffer has been generated.
If you want to modify the summary buffer, you can use this hook."
:group 'gnus-summary-various
:type 'hook)