Variable: gnus-async-post-fetch-function

gnus-async-post-fetch-function is a customizable variable defined in gnus-async.el.gz.

Value

ignore

Documentation

Function called after an article has been prefetched.

The function will be called narrowed to the region of the article that was fetched.

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

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-async.el.gz
(defcustom gnus-async-post-fetch-function #'ignore
  "Function called after an article has been prefetched.
The function will be called narrowed to the region of the article
that was fetched."
  :version "27.1"
  :type 'function)