From: yamaoka Date: Mon, 24 May 2004 14:45:44 +0000 (+0000) Subject: Synch to No Gnus 200405241400. X-Git-Tag: t-gnus-6_17_4-quimby-~901 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68b6a51e9c3319e5f9c3608a3fd5f2074edbfcdc;p=elisp%2Fgnus.git- Synch to No Gnus 200405241400. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3afa6a8..0167689 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2004-05-24 Teodor Zlatanov + + * spam-report.el (spam-report-resend): spam-report-resend takes a + list of articles, not separate article numbers. From Daniel + Pittman . + 2004-05-23 Katsumi Yamaoka * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in diff --git a/lisp/spam-report.el b/lisp/spam-report.el index 7a60538..3ed83ed 100644 --- a/lisp/spam-report.el +++ b/lisp/spam-report.el @@ -93,7 +93,7 @@ This variable will store the value of `spam-report-url-ping-function' from before `spam-report-agentize' was run, so that `spam-report-deagentize' can undo that change.") -(defun spam-report-resend (&rest articles) +(defun spam-report-resend (articles) "Report an article as spam by resending via email." (dolist (article articles) (gnus-message 6