diff options
author | Reiner Steib <Reiner.Steib@gmx.de> | 2004-09-08 18:17:56 +0000 |
---|---|---|
committer | Reiner Steib <Reiner.Steib@gmx.de> | 2004-09-08 18:17:56 +0000 |
commit | e79f14a42e6914d5ad7d01ab055189dea48bc196 (patch) | |
tree | 3e50cc90db414ee9f483fbcf317cf1415d4cf07c /lisp/gnus/mml2015.el | |
parent | fba74375608bcbf2d970c260037bbc84430e3a13 (diff) | |
download | emacs-e79f14a42e6914d5ad7d01ab055189dea48bc196.tar.gz |
* 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.
Diffstat (limited to 'lisp/gnus/mml2015.el')
-rw-r--r-- | lisp/gnus/mml2015.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus/mml2015.el b/lisp/gnus/mml2015.el index 995e113e02f..6c89cfbe798 100644 --- a/lisp/gnus/mml2015.el +++ b/lisp/gnus/mml2015.el @@ -83,6 +83,7 @@ ("TRUST_FULLY" . t) ("TRUST_ULTIMATE" . t)) "Map GnuPG trust output values to a boolean saying if you trust the key." + :group 'mime-security :type '(repeat (cons (regexp :tag "GnuPG output regexp") (boolean :tag "Trust key")))) |