diff lisp/gnus/mml2015.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 df80d19d7a2e
line wrap: on
line diff
--- a/lisp/gnus/mml2015.el	Wed Sep 08 16:31:35 2004 +0000
+++ b/lisp/gnus/mml2015.el	Wed Sep 08 18:17:56 2004 +0000
@@ -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"))))