(spam-report-resend): spam-report-resend takes a
authorTeodor Zlatanov <tzz@lifelogs.com>
Mon, 24 May 2004 14:00:12 +0000 (14:00 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Mon, 24 May 2004 14:00:12 +0000 (14:00 +0000)
list of articles, not separate article numbers.  From Daniel
Pittman <daniel@rimspace.net>.

lisp/ChangeLog
lisp/spam-report.el

index 87440bb..7cad120 100644 (file)
@@ -1,3 +1,9 @@
+2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * spam-report.el (spam-report-resend): spam-report-resend takes a
+       list of articles, not separate article numbers.  From Daniel
+       Pittman <daniel@rimspace.net>.
+
 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
index 25343cc..b3aa3ec 100644 (file)
@@ -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