From 2817c915d7bfe0a8639771e87fa993ded9185410 Mon Sep 17 00:00:00 2001 From: ueno Date: Mon, 24 Jan 2000 05:51:28 +0000 Subject: [PATCH] * semi-setup.el: Rename `mime-decrypt-application/pkcs7-mime' to `mime-view-application/pkcs7-mime'. --- semi-setup.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/semi-setup.el b/semi-setup.el index 00d6500..4372035 100644 --- a/semi-setup.el +++ b/semi-setup.el @@ -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") )) ) -- 1.7.10.4