Variable: gnus-summary-prepare-exit-hook

gnus-summary-prepare-exit-hook is a customizable variable defined in gnus.el.gz.

Value

(gnus-uu-delete-work-dir
 gnus-uu-clean-up
 gnus-summary-expire-articles)

Documentation

A hook called when preparing to exit from the summary buffer.

It calls gnus-summary-expire-articles by default.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus.el.gz
(defcustom gnus-summary-prepare-exit-hook
  '(gnus-summary-expire-articles)
  "A hook called when preparing to exit from the summary buffer.
It calls `gnus-summary-expire-articles' by default."
  :group 'gnus-summary-exit
  :type 'hook)