Function: spam-get-article-as-string

spam-get-article-as-string is a byte-compiled function defined in spam.el.gz.

Signature

(spam-get-article-as-string ARTICLE)

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
;;}}}

;;{{{ article and field retrieval code
(defun spam-get-article-as-string (article)
  (when (numberp article)
    (with-temp-buffer
      (gnus-request-article-this-buffer
       article
       gnus-newsgroup-name)
      (buffer-string))))