Synch with Oort Gnus.
authoryamaoka <yamaoka>
Thu, 16 Jan 2003 00:35:23 +0000 (00:35 +0000)
committeryamaoka <yamaoka>
Thu, 16 Jan 2003 00:35:23 +0000 (00:35 +0000)
lisp/spam.el

index 78a36ba..8eb5306 100644 (file)
@@ -777,9 +777,12 @@ Uses `gnus-newsgroup-name' if category is nil (for ham registration)."
 (defun spam-bogofilter-score ()
   "Get the Bogofilter spamicity score"
   (interactive)
-  (let ((score (spam-check-bogofilter t)))
-    (message "Spamicity score %s" score)
-    (or score "0")))
+  (save-window-excursion
+    (gnus-summary-show-article t)
+    (set-buffer gnus-article-buffer)
+    (let ((score (spam-check-bogofilter t)))
+      (message "Spamicity score %s" score)
+      (or score "0"))))
 
 (defun spam-check-bogofilter (&optional score)
   "Check the Bogofilter backend for the classification of this message"