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/mml-sec.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/mml-sec.el')
-rw-r--r-- | lisp/gnus/mml-sec.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus/mml-sec.el b/lisp/gnus/mml-sec.el index f726013dc2c..c9f5cb80190 100644 --- a/lisp/gnus/mml-sec.el +++ b/lisp/gnus/mml-sec.el @@ -83,6 +83,7 @@ Note that the output generated by using a `combined' mode is NOT understood by all PGP implementations, in particular PGP version 2 does not support it! See Info node `(message)Security' for details." + :group 'message :type '(repeat (list (choice (const :tag "S/MIME" "smime") (const :tag "PGP" "pgp") (const :tag "PGP/MIME" "pgpmime") |