Function: gnus-agent-short-p
gnus-agent-short-p is a byte-compiled function defined in
gnus-agent.el.gz.
Signature
(gnus-agent-short-p)
Documentation
Say whether an article is short or not.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-agent.el.gz
(defun gnus-agent-short-p ()
"Say whether an article is short or not."
(< (mail-header-lines gnus-headers) gnus-agent-short-article))