Variable: nnselect-retrieve-headers-override-function

nnselect-retrieve-headers-override-function is a customizable variable defined in nnselect.el.gz.

Value

nil

Documentation

A function that retrieves article headers for ARTICLES from GROUP.

The retrieved headers should populate the nntp-server-buffer. Returns either the retrieved header format 'nov or 'headers.

If this variable is nil, or if the provided function returns nil,
  gnus-retrieve-headers will be called instead.

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

Aliases

nnir-retrieve-headers-override-function (obsolete since 28.1)

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnselect.el.gz
(defcustom nnselect-retrieve-headers-override-function nil
  "A function that retrieves article headers for ARTICLES from GROUP.
The retrieved headers should populate the `nntp-server-buffer'.
Returns either the retrieved header format 'nov or 'headers.

If this variable is nil, or if the provided function returns nil,
  `gnus-retrieve-headers' will be called instead."
  :version "28.1"
  :type '(repeat function))