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