context
(buffer-substring (match-beginning 0)(point-max)))
(message "%s"
- (mapconcat #'epg-signature-to-string
+ (mapconcat #'epg-verify-result-to-string
(reverse (epg-context-result-for context 'verify))
"\n"))
(goto-char (point-min))
(mime-insert-entity orig-entity)
(buffer-substring)))
(message "%s"
- (mapconcat #'epg-signature-to-string
+ (mapconcat #'epg-verify-result-to-string
(reverse (epg-context-result-for context 'verify))
"\n"))))