+2002-11-13 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
+
+ * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
+ Use `wl-cs-autoconv'.
+
2002-11-12 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
* wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
(setq end (match-end 0))
(if (setq beg (re-search-backward "^-+BEGIN PGP MESSAGE-+$" nil t))
(let ((inhibit-read-only t)
- (buffer-file-coding-system mime-view-automatic-conversion))
+ (buffer-file-coding-system wl-cs-autoconv))
(setq status (pgg-decrypt-region beg end))
(pgg-display-output-buffer beg end status))
(message "Cannot find pgp encrypted region")))