Variable: gnus-exit-group-hook

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

Value

nil

Documentation

A hook called when exiting summary mode.

This hook is not called from the non-updating exit commands like Q.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-exit-group-hook nil
  "A hook called when exiting summary mode.
This hook is not called from the non-updating exit commands like `Q'."
  :group 'gnus-various
  :type 'hook)