From e0e9b84e183810aa9aa263cd70ca99a5e915b991 Mon Sep 17 00:00:00 2001 From: Teodor Zlatanov Date: Thu, 1 May 2003 17:47:29 +0000 Subject: [PATCH] * spam-report.el (spam-report-gmane-regex): docstring fix. From Jon Ericson * gnus.el (gnus-install-group-spam-parameters): docstring fix. From Jon Ericson --- lisp/ChangeLog | 6 ++++++ lisp/gnus.el | 3 +-- lisp/spam-report.el | 6 ++++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 463a592e5..30ab94c86 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,11 @@ 2003-05-01 Teodor Zlatanov + * spam-report.el (spam-report-gmane-regex): docstring fix. From + Jon Ericson + + * gnus.el (gnus-install-group-spam-parameters): docstring fix. + From Jon Ericson + * gnus-registry.el (gnus-registry-fetch-extra) (gnus-registry-store-extra, gnus-registry-group-count): new functions (gnus-registry-fetch-group, gnus-registry-delete-group) diff --git a/lisp/gnus.el b/lisp/gnus.el index 4ec9990f8..421c1f9fc 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -1875,8 +1875,7 @@ Only applicable to non-spam (unclassified and ham) groups.") "*Groups in which to automatically process spam or ham articles with a backend on summary exit. If non-nil, this should be a list of group name regexps that should match all groups in which to do automatic -spam processing, associated with the appropriate processor. This only makes sense -for mail groups." +spam processing, associated with the appropriate processor." :variable-group spam :variable-type '(repeat :tag "Spam/Ham Processors" (list :tag "Spam Summary Exit Processor Choices" diff --git a/lisp/spam-report.el b/lisp/spam-report.el index 46884c4fa..0d4c3e289 100644 --- a/lisp/spam-report.el +++ b/lisp/spam-report.el @@ -35,8 +35,10 @@ "Spam reporting configuration.") (defcustom spam-report-gmane-regex nil - "String matching Gmane newsgroups if wanted, e.g. \"^nntp+.*:gmane.\" -This is probably handled better with group/topic parameters." + "Regexp matching Gmane newsgroups, e.g. \"^nntp\\+.*:gmane\\.\" +If you are using spam.el, consider setting gnus-spam-process-newsgroups +or the gnus-group-spam-exit-processor-report-gmane group/topic parameter +instead." :type 'regexp :group 'spam-report) -- 2.34.1