Variable: gnus-newsrc-alist

gnus-newsrc-alist is a variable defined in gnus.el.gz.

Value

nil

Documentation

Assoc list of read articles.

gnus-newsrc-hashtb should be kept so that both hold the same information.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus.el.gz
(defvar gnus-newsrc-alist nil
  "Assoc list of read articles.
`gnus-newsrc-hashtb' should be kept so that both hold the same information.")