Variable: spam-ifile-ham-category

spam-ifile-ham-category is a customizable variable defined in spam.el.gz.

Value

nil

Documentation

Name of the ham ifile category.

If nil, the current group name will be used.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-ifile-ham-category nil
  "Name of the ham ifile category.
If nil, the current group name will be used."
  :type '(choice (string :tag "Use a fixed category")
                 (const :tag "Use the current group name"))
  :group 'spam-ifile)