Variable: gnus-uu-post-include-before-composing
gnus-uu-post-include-before-composing is a customizable variable
defined in gnus-uu.el.gz.
Value
nil
Documentation
If non-nil, gnus-uu asks for a file to encode before you compose the article.
If this variable is t, you can either include an encoded file with
M-x gnus-uu-post-insert-binary-in-article (gnus-uu-post-insert-binary-in-article) or have one included for you when you post the article.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-uu.el.gz
(defcustom gnus-uu-post-include-before-composing nil
"If non-nil, gnus-uu asks for a file to encode before you compose the article.
If this variable is t, you can either include an encoded file with
\\[gnus-uu-post-insert-binary-in-article] or have one included for you when you post the article."
:group 'gnus-extract-post
:type 'boolean)