Synch to Oort Gnus 200304141340.
authoryamaoka <yamaoka>
Mon, 14 Apr 2003 14:55:22 +0000 (14:55 +0000)
committeryamaoka <yamaoka>
Mon, 14 Apr 2003 14:55:22 +0000 (14:55 +0000)
lisp/ChangeLog
lisp/gnus-mailcap.el
texi/gnus-ja.texi
texi/gnus.texi

index 32b7fd9..1f0d5cd 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-14  Simon Josefsson  <jas@extundo.com>
+
+       * mailcap.el (mailcap-mime-data): Add application/pgp-keys.
+
 2003-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * mm-util.el (mm-sort-coding-systems-predicate): Convert elements
index 62baf32..61b0c8c 100644 (file)
      ("sieve"
       (viewer . sieve-mode)
       (test   . (fboundp 'sieve-mode))
-      (type   . "application/sieve")))
+      (type   . "application/sieve"))
+     ("pgp-keys"
+      (viewer . "gpg --import --interactive --verbose")
+      (type   . "application/pgp-keys")
+      ("needsterminal")))
     ("audio"
      ("x-mpeg"
       (viewer . "maplay %s")
index bbff24a..80dc6ed 100644 (file)
@@ -9976,6 +9976,9 @@ Privacy Guard when you click on the MIME button (@pxref{Using MIME}).
 @example
 application/pgp-keys; gpg --import --interactive --verbose; needsterminal
 @end example
+
+This happens to also be the default action defined in
+@var{mailcap-mime-data}.
 @end ignore
 
 @node Mailing List
index 13ad2c7..a707b55 100644 (file)
@@ -10511,6 +10511,9 @@ Privacy Guard when you click on the MIME button (@pxref{Using MIME}).
 application/pgp-keys; gpg --import --interactive --verbose; needsterminal
 @end example
 
+This happens to also be the default action defined in
+@var{mailcap-mime-data}.
+
 @node Mailing List
 @section Mailing List