+2006-11-12 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
+
+ * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
+ change.
+
2006-11-09 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
* wl-summary.el (wl-summary-sync-update): Move
epg-decrypt-string
epg-verify-string
epg-context-result-for
- epa-display-verify-result)))
+ epg-verify-result-to-string
+ epa-display-info)))
(condition-case nil
(require 'pgg)
(error
'raw-text-dos)))
(message "Verifying...done")
(when (epg-context-result-for context 'verify)
- (epa-display-verify-result
- (epg-context-result-for context 'verify)))))
+ (epa-display-info (epg-verify-result-to-string
+ (epg-context-result-for context 'verify))))))
(defun wl-mime-pgp-decrypt-region-with-pgg (beg end &optional no-decode)
(require 'pgg)