* semi-setup.el: Rename `mime-decrypt-application/pkcs7-mime' to
authorueno <ueno>
Mon, 24 Jan 2000 05:51:28 +0000 (05:51 +0000)
committerueno <ueno>
Mon, 24 Jan 2000 05:51:28 +0000 (05:51 +0000)
`mime-view-application/pkcs7-mime'.

semi-setup.el

index 00d6500..4372035 100644 (file)
@@ -138,13 +138,13 @@ it is used as hook to set."
         (mime-add-condition
          'action
          '((type . application)(subtype . pkcs7-mime)
-           (method . mime-decrypt-application/pkcs7-mime))
+           (method . mime-view-application/pkcs7-mime))
          'strict "mime-pgp")
 
         (mime-add-condition
          'action
          '((type . application)(subtype . x-pkcs7-mime)
-           (method . mime-decrypt-application/pkcs7-mime))
+           (method . mime-view-application/pkcs7-mime))
          'strict "mime-pgp")
         ))
   )