Variable: gnus-uu-post-length
gnus-uu-post-length is a customizable variable defined in
gnus-uu.el.gz.
Value
990
Documentation
Maximum length of an article.
The encoded file will be split into how many articles it takes to post the entire file.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-uu.el.gz
(defcustom gnus-uu-post-length 990
"Maximum length of an article.
The encoded file will be split into how many articles it takes to
post the entire file."
:group 'gnus-extract-post
:type 'integer)