Function: spam-stat-set-bad
spam-stat-set-bad is a byte-compiled function defined in
spam-stat.el.gz.
Signature
(spam-stat-set-bad ENTRY VALUE)
Documentation
Set the number of times this word belongs to bad mails.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/spam-stat.el.gz
(defsubst spam-stat-set-bad (entry value)
"Set the number of times this word belongs to bad mails."
(aset entry 1 value))