Fix doc string
[elisp/semi.git] / 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")
         ))
   )