From 4705a04ffbd722799e191011d21ad8ad632ad350 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 16 Jan 2003 00:15:53 +0000 Subject: [PATCH] Synch with Oort Gnus. --- lisp/ChangeLog | 6 ++++-- lisp/spam.el | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8bd2cd5..3557b55 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -10,8 +10,10 @@ Bogofilter interface (spam-summary-prepare-exit): use the new Bogofilter functions (spam-list-of-checks): added spam-use-bogofilter-headers - (gnus-summary-mode-map): removed the spam-bogofilter-score entries - for now + (spam-bogofilter-score): rewrote function + (spam-check-bogofilter): optional score parameter, uses + spam-check-bogofilter-headers better + (spam-check-bogofilter-headers): optional score parameter * gnus.el (gnus-install-group-spam-parameters): new variable, t by default, in the gnus-start customization group. Used to disable diff --git a/lisp/spam.el b/lisp/spam.el index a3a13f6..37791aa 100644 --- a/lisp/spam.el +++ b/lisp/spam.el @@ -775,6 +775,8 @@ Uses `gnus-newsgroup-name' if category is nil (for ham registration)." ;; return something sensible if the score can't be determined (defun spam-bogofilter-score () + "Get the Bogofilter spamicity score" + (interactive) (or (spam-check-bogofilter t) 0)) -- 1.7.10.4