Variable: gnus-cite-hide-absolute
gnus-cite-hide-absolute is a customizable variable defined in
gnus-cite.el.gz.
Value
10
Documentation
Only hide excess citation if above this number of lines in the body.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-cite.el.gz
(defcustom gnus-cite-hide-absolute 10
"Only hide excess citation if above this number of lines in the body."
:type 'integer)