From 3576092ee59c7dc2925cf6491f04007376218644 Mon Sep 17 00:00:00 2001 From: ueno Date: Thu, 20 Apr 2006 05:41:45 +0000 Subject: [PATCH] Reverted. --- mime-pgp.el | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/mime-pgp.el b/mime-pgp.el index 7336efe..2373b61 100644 --- a/mime-pgp.el +++ b/mime-pgp.el @@ -88,9 +88,8 @@ context (buffer-substring (match-beginning 0)(point-max))) (message "%s" - (mapconcat #'epg-verify-result-to-string - (reverse (epg-context-result-for context 'verify)) - "\n")) + (epg-verify-result-to-string + (epg-context-result-for context 'verify))) (goto-char (point-min)) (delete-region (point-min) @@ -149,9 +148,8 @@ (mime-insert-entity orig-entity) (buffer-substring))) (message "%s" - (mapconcat #'epg-verify-result-to-string - (reverse (epg-context-result-for context 'verify)) - "\n")))) + (epg-verify-result-to-string + (epg-context-result-for context 'verify))))) ;;; @ Internal method for application/pgp-encrypted -- 1.7.10.4