Variable: spam-ifile-spam-category
spam-ifile-spam-category is a customizable variable defined in
spam.el.gz.
Value
"spam"
Documentation
Name of the spam ifile category.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-ifile-spam-category "spam"
"Name of the spam ifile category."
:type 'string
:group 'spam-ifile)