Function: gnus-cache-update-article

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

Signature

(gnus-cache-update-article GROUP ARTICLE)

Documentation

If ARTICLE is in the cache, remove it and re-enter it.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-cache.el.gz
(defun gnus-cache-update-article (group article)
  "If ARTICLE is in the cache, remove it and re-enter it."
  (gnus-cache-change-buffer group)
  (when (gnus-cache-possibly-remove-article article nil nil nil t)
    (let ((gnus-use-cache nil))
      (gnus-cache-possibly-enter-article
       gnus-newsgroup-name article
       nil nil nil t))))