Variable: gnus-install-group-spam-parameters
gnus-install-group-spam-parameters is a customizable variable defined
in gnus.el.gz.
Value
t
Documentation
Disable the group parameters for spam detection.
Enable if G c in XEmacs is giving you trouble, and make sure to
submit a bug report.
This variable was added, or its default value changed, in Emacs 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus.el.gz
;; group parameters for spam processing added by Ted Zlatanov <tzz@lifelogs.com>
(defcustom gnus-install-group-spam-parameters t
"Disable the group parameters for spam detection.
Enable if `G c' in XEmacs is giving you trouble, and make sure to
submit a bug report."
:version "22.1"
:type 'boolean
:group 'gnus-start)