system of the echo buffer before decoding.
+2002-11-15 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
+
+ * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
+ system of the echo buffer before decoding.
+
2002-11-14 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
* wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
(while (< beg (point))
(if (re-search-backward "^-+BEGIN PGP SIGNED MESSAGE-+$" nil t)
(setq count (+ count 1))
- (defbug)))
+ (debug)))
(with-temp-buffer
(set-buffer-multibyte nil)
(insert (mime-entity-body entity))
(setq m-beg (point))
(insert-buffer-substring
(if status pgg-output-buffer pgg-errors-buffer))
+ (encode-coding-region m-beg (point) buffer-file-coding-system)
(decode-coding-region m-beg (point) wl-cs-autoconv))
(message "Cannot find pgp signed region"))))