Function: spam-report-resend-ham
spam-report-resend-ham is a byte-compiled function defined in
spam-report.el.gz.
Signature
(spam-report-resend-ham ARTICLES)
Documentation
Report an article as ham by resending via email.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/spam-report.el.gz
(defun spam-report-resend-ham (articles)
"Report an article as ham by resending via email."
(spam-report-resend articles t))