Function: spam-stat-good
spam-stat-good is a byte-compiled function defined in spam-stat.el.gz.
Signature
(spam-stat-good ENTRY)
Documentation
Return 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-good (entry)
"Return the number of times this word belongs to good mails."
(aref entry 0))