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