(spam-report-gmane-spam): Remove redundant message.
authorReiner Steib <Reiner.Steib@gmx.de>
Wed, 3 Jan 2007 10:06:38 +0000 (10:06 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Wed, 3 Jan 2007 10:06:38 +0000 (10:06 +0000)
lisp/ChangeLog
lisp/spam-report.el

index 31fff72..aa68d4d 100644 (file)
@@ -1,3 +1,7 @@
+2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * spam-report.el (spam-report-gmane-spam): Remove redundant message.
+
 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
 
        * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
index ec24c88..bbd80a5 100644 (file)
@@ -129,7 +129,6 @@ Reports is as ham when HAM is set."
   "Report ARTICLES as spam through Gmane."
   (interactive (gnus-summary-work-articles current-prefix-arg))
   (dolist (article articles)
-    (message "Reporting %s" article)
     (spam-report-gmane-internal nil article)))
 
 ;; `spam-report-gmane' was an interactive entry point, so we should provide an