From b7645c5460f9b09b7a624063daa3cfc5d6224aa4 Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 17 Jun 1998 12:39:08 +0000 Subject: [PATCH] Rename `mime-method-to-decrypt-application/pgp-encrypted' to `mime-decrypt-application/pgp-encrypted'. --- mime-pgp.el | 2 +- semi-setup.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mime-pgp.el b/mime-pgp.el index d2b788d..1cf62e3 100644 --- a/mime-pgp.el +++ b/mime-pgp.el @@ -221,7 +221,7 @@ It should be ISO 639 2 letter language code such as en, ja, ...") ;;; ;;; It is based on RFC 2015 (PGP/MIME). -(defun mime-method-to-decrypt-application/pgp-encrypted (entity situation) +(defun mime-decrypt-application/pgp-encrypted (entity situation) (let* ((entity-node-id (mime-entity-node-id entity)) (mother-node-id (cdr entity-node-id)) (knum (car entity-node-id)) diff --git a/semi-setup.el b/semi-setup.el index 5e9e77b..cea5a0c 100644 --- a/semi-setup.el +++ b/semi-setup.el @@ -102,7 +102,7 @@ (mime-add-condition 'action '((type . application)(subtype . pgp-encrypted) - (method . mime-method-to-decrypt-application/pgp-encrypted)) + (method . mime-decrypt-application/pgp-encrypted)) 'strict "mime-pgp") (mime-add-condition -- 1.7.10.4