Variable: gnus-summary-generate-hook
gnus-summary-generate-hook is a customizable variable defined in
gnus-sum.el.gz.
Value
nil
Documentation
A hook run just before generating the summary buffer.
This hook is commonly used to customize threading variables and the like.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-summary-generate-hook nil
"A hook run just before generating the summary buffer.
This hook is commonly used to customize threading variables and the
like."
:group 'gnus-summary-various
:type 'hook)