Variable: gnus-async-prefetch-article-p

gnus-async-prefetch-article-p is a customizable variable defined in gnus-async.el.gz.

Value

gnus-async-unread-p

Documentation

Function called to say whether an article should be prefetched or not.

The function is called with one parameter -- the article data. It should return non-nil if the article is to be prefetched.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-async.el.gz
(defcustom gnus-async-prefetch-article-p #'gnus-async-unread-p
  "Function called to say whether an article should be prefetched or not.
The function is called with one parameter -- the article data.
It should return non-nil if the article is to be prefetched."
  :type 'function)