Variable: gnus-add-to-list
gnus-add-to-list is a customizable variable defined in gnus-msg.el.gz.
Value
nil
Documentation
If non-nil, add a to-list parameter automatically.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-msg.el.gz
(defcustom gnus-add-to-list nil
"If non-nil, add a `to-list' parameter automatically."
:group 'gnus-message
:type 'boolean)