Variable: gnus-get-top-new-news-hook

gnus-get-top-new-news-hook is a customizable variable defined in gnus-start.el.gz.

Value

nil

Documentation

A hook run just before Gnus checks for new news globally.

This variable was added, or its default value changed, in Emacs 22.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-start.el.gz
(defcustom gnus-get-top-new-news-hook nil
  "A hook run just before Gnus checks for new news globally."
  :version "22.1"
  :group 'gnus-group-new
  :type 'hook)