Function: gnus-cached-article-p

gnus-cached-article-p is an autoloaded and byte-compiled function defined in gnus-cache.el.gz.

Signature

(gnus-cached-article-p ARTICLE)

Documentation

Say whether ARTICLE is cached in the current group.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-cache.el.gz
(defun gnus-cached-article-p (article)
  "Say whether ARTICLE is cached in the current group."
  (memq article gnus-newsgroup-cached))