(mime-method-to-verify-application/pgp-signature): Use
authormorioka <morioka>
Sat, 14 Mar 1998 12:30:31 +0000 (12:30 +0000)
committermorioka <morioka>
Sat, 14 Mar 1998 12:30:31 +0000 (12:30 +0000)
`mime-raw-point-to-entity-node-id'; abolish `entity-number'.

mime-pgp.el

index 6c9720c..25ab6c7 100644 (file)
@@ -176,8 +176,7 @@ It should be ISO 639 2 letter language code such as en, ja, ...")
 (defun mime-method-to-verify-application/pgp-signature (start end cal)
   "Internal method to check PGP/MIME signature."
   (let* ((encoding (cdr (assq 'encoding cal)))
-        (entity-number (mime-raw-point-to-entity-number start))
-        (entity-node-id (reverse entity-number))
+        (entity-node-id (mime-raw-point-to-entity-node-id start))
         (rmcnum (cdr entity-node-id))
         (knum (car entity-node-id))
         (onum (if (> knum 0)