Variable: spam-ifile-all-categories

spam-ifile-all-categories is a customizable variable defined in spam.el.gz.

Value

nil

Documentation

Whether the ifile check will return all categories, or just spam.

Set this to t if you want to use the spam-split invocation of ifile as your main source of newsgroup names.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-ifile-all-categories nil
  "Whether the ifile check will return all categories, or just spam.
Set this to t if you want to use the `spam-split' invocation of ifile as
your main source of newsgroup names."
  :type 'boolean
  :group 'spam-ifile)