From: yamaoka Date: Tue, 14 Nov 2000 01:43:40 +0000 (+0000) Subject: (article-verify-x-pgp-sig): Autoload "mm-uu". X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fgnus.git-;a=commitdiff_plain;h=f184970372ca060258c66979adbc7f1db73a9376 (article-verify-x-pgp-sig): Autoload "mm-uu". (gnus-treat-x-pgp-sig): Default to nil. --- diff --git a/ChangeLog b/ChangeLog index 0620300..b7554cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-11-14 Katsumi Yamaoka + + * lisp/gnus-art.el (article-verify-x-pgp-sig): Autoload "mm-uu". + (gnus-treat-x-pgp-sig): Default to nil. + 2000-11-10 Katsumi Yamaoka * Mule23@1934.en, Mule23@1934.ja, sample.lpath.el: Upgrade. diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index 031ec4a..89fc99f 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -1013,7 +1013,7 @@ See the manual for details." :group 'gnus-article-treat :type gnus-article-treat-custom) -(defcustom gnus-treat-x-pgp-sig 'head +(defcustom gnus-treat-x-pgp-sig nil "Verify X-PGP-Sig. Valid values are nil, t, `head', `last', an integer or a predicate. See the manual for details." @@ -2756,6 +2756,8 @@ If variable `gnus-use-long-file-name' is non-nil, it is (expand-file-name "news" (gnus-newsgroup-directory-form newsgroup))) gnus-article-save-directory))) +(autoload 'mm-uu-pgp-signed-test "mm-uu") + (defun article-verify-x-pgp-sig () "Verify X-PGP-Sig." (interactive)