comparison lisp/gnus/gnus.el @ 57015:6d1f39d4f8e6

* nntp.el (nntp): New customization group. (nntp-authinfo-file): Added customization group. * mml2015.el (mml2015-unabbrev-trust-alist): Added customization group. * mml-sec.el (mml-signencrypt-style-alist): Ditto. * gnus.el (to-address, to-list, subscribed) (large-newsgroup-initial): Ditto. * flow-fill.el (fill-flowed-display-column) (fill-flowed-encode-column): Ditto.
author Reiner Steib <Reiner.Steib@gmx.de>
date Wed, 08 Sep 2004 18:17:56 +0000
parents 55fd4f77387a
children 497f0d2ca551 cce1c0ee76ee
comparison
equal deleted inserted replaced
57014:f59e8f975f70 57015:6d1f39d4f8e6
1597 to-address 1597 to-address
1598 :function-document 1598 :function-document
1599 "Return GROUP's to-address." 1599 "Return GROUP's to-address."
1600 :variable-document 1600 :variable-document
1601 "*Alist of group regexps and correspondent to-addresses." 1601 "*Alist of group regexps and correspondent to-addresses."
1602 :variable-group gnus-group-parameter
1602 :parameter-type '(gnus-email-address :tag "To Address") 1603 :parameter-type '(gnus-email-address :tag "To Address")
1603 :parameter-document "\ 1604 :parameter-document "\
1604 This will be used when doing followups and posts. 1605 This will be used when doing followups and posts.
1605 1606
1606 This is primarily useful in mail groups that represent closed 1607 This is primarily useful in mail groups that represent closed
1623 to-list 1624 to-list
1624 :function-document 1625 :function-document
1625 "Return GROUP's to-list." 1626 "Return GROUP's to-list."
1626 :variable-document 1627 :variable-document
1627 "*Alist of group regexps and correspondent to-lists." 1628 "*Alist of group regexps and correspondent to-lists."
1629 :variable-group gnus-group-parameter
1628 :parameter-type '(gnus-email-address :tag "To List") 1630 :parameter-type '(gnus-email-address :tag "To List")
1629 :parameter-document "\ 1631 :parameter-document "\
1630 This address will be used when doing a `a' in the group. 1632 This address will be used when doing a `a' in the group.
1631 1633
1632 It is totally ignored when doing a followup--except that if it is 1634 It is totally ignored when doing a followup--except that if it is
1641 :type bool 1643 :type bool
1642 :function-document 1644 :function-document
1643 "Return GROUP's subscription status." 1645 "Return GROUP's subscription status."
1644 :variable-document 1646 :variable-document
1645 "*Groups which are automatically considered subscribed." 1647 "*Groups which are automatically considered subscribed."
1648 :variable-group gnus-group-parameter
1646 :parameter-type '(const :tag "Subscribed" t) 1649 :parameter-type '(const :tag "Subscribed" t)
1647 :parameter-document "\ 1650 :parameter-document "\
1648 Gnus assumed that you are subscribed to the To/List address. 1651 Gnus assumed that you are subscribed to the To/List address.
1649 1652
1650 When constructing a list of subscribed groups using 1653 When constructing a list of subscribed groups using
1747 :type integer 1750 :type integer
1748 :function-document 1751 :function-document
1749 "Return GROUP's initial input of the number of articles." 1752 "Return GROUP's initial input of the number of articles."
1750 :variable-document 1753 :variable-document
1751 "*Alist of group regexps and its initial input of the number of articles." 1754 "*Alist of group regexps and its initial input of the number of articles."
1755 :variable-group gnus-group-parameter
1752 :parameter-type '(choice :tag "Initial Input for Large Newsgroup" 1756 :parameter-type '(choice :tag "Initial Input for Large Newsgroup"
1753 (const :tag "All" nil) 1757 (const :tag "All" nil)
1754 (integer)) 1758 (integer))
1755 :parameter-document "\ 1759 :parameter-document "\
1756 1760