Variable: spam-sa-learn-unregister-switch

spam-sa-learn-unregister-switch is a customizable variable defined in spam.el.gz.

Value

"--forget"

Documentation

The switch that sa-learn uses to unregister messages.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-sa-learn-unregister-switch "--forget"
  "The switch that sa-learn uses to unregister messages."
  :type 'string
  :group 'spam-spamassassin)