(article-verify-x-pgp-sig): Autoload "mm-uu".
authoryamaoka <yamaoka>
Tue, 14 Nov 2000 01:43:40 +0000 (01:43 +0000)
committeryamaoka <yamaoka>
Tue, 14 Nov 2000 01:43:40 +0000 (01:43 +0000)
(gnus-treat-x-pgp-sig): Default to nil.

ChangeLog
lisp/gnus-art.el

index 0620300..b7554cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-11-14  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * 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 <yamaoka@jpl.org>
 
        * Mule23@1934.en, Mule23@1934.ja, sample.lpath.el: Upgrade.
index 031ec4a..89fc99f 100644 (file)
@@ -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)