Variable: spam-mark-ham-unread-before-move-from-spam-group

spam-mark-ham-unread-before-move-from-spam-group is a customizable variable defined in spam.el.gz.

Value

nil

Documentation

Whether ham should be marked unread before it's moved.

The article is moved out of a spam group according to ham-process-destination. This variable is an official entry in the international Longest Variable Name Competition.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-mark-ham-unread-before-move-from-spam-group nil
  "Whether ham should be marked unread before it's moved.
The article is moved out of a spam group according to `ham-process-destination'.
This variable is an official entry in the international Longest Variable Name
Competition."
  :type 'boolean
  :group 'spam)