Function: gnus-parameter-to-list
gnus-parameter-to-list is a byte-compiled function defined in
gnus.el.gz.
Signature
(gnus-parameter-to-list NAME)
Documentation
Return GROUP's to-list.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus.el.gz
(gnus-define-group-parameter
to-list
:function-document
"Return GROUP's to-list."
:variable-document
"Alist of group regexps and correspondent to-lists."
:variable-group gnus-group-parameter
:parameter-type '(gnus-email-address :tag "To List")
:parameter-document "\
This address will be used when doing a `a' in the group.
It is totally ignored when doing a followup--except that if it is
present in a news group, you'll get mail group semantics when doing
`f'.
The gnus-group-split mail splitting mechanism will behave as if this
address was listed in gnus-group-split Addresses (see below).")