Variable: gnus-group-catchup-group-hook

gnus-group-catchup-group-hook is a customizable variable defined in gnus-group.el.gz.

Value

nil

Documentation

Hook run when catching up a group from the group buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-group.el.gz
(defcustom gnus-group-catchup-group-hook nil
  "Hook run when catching up a group from the group buffer."
  :group 'gnus-group-various
  :link '(custom-manual "(gnus)Group Data")
  :type 'hook)