Function: gnus-agent-long-p

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

Signature

(gnus-agent-long-p)

Documentation

Say whether an article is long or not.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-agent.el.gz
(defun gnus-agent-long-p ()
  "Say whether an article is long or not."
  (> (mail-header-lines gnus-headers) gnus-agent-long-article))