Variable: gnus-newsgroup-unfetched

gnus-newsgroup-unfetched is a variable defined in gnus-sum.el.gz.

Value

nil

Documentation

Sorted list of articles in the current newsgroup whose headers have not been fetched into the agent.

This list will always be a subset of gnus-newsgroup-undownloaded.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defvar gnus-newsgroup-unfetched nil
  "Sorted list of articles in the current newsgroup whose headers have
not been fetched into the agent.

This list will always be a subset of gnus-newsgroup-undownloaded.")