+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.
: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."
(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)