Function: gnus-agent-high-scored-p

gnus-agent-high-scored-p is a byte-compiled function defined in gnus-agent.el.gz.

Signature

(gnus-agent-high-scored-p)

Documentation

Say whether an article has a high score or not.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-agent.el.gz
(defun gnus-agent-high-scored-p ()
  "Say whether an article has a high score or not."
  (> gnus-score gnus-agent-high-score))