From: yoichi Date: Wed, 13 Nov 2002 07:32:36 +0000 (+0000) Subject: * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change. X-Git-Tag: wl-2_11_1~44 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=af224a1780bced4bf5bebd50b654012321e11d71;p=elisp%2Fwanderlust.git * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change. Use `wl-cs-autoconv'. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 2bd50de..116f7a7 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2002-11-13 Yoichi NAKAYAMA + + * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change. + Use `wl-cs-autoconv'. + 2002-11-12 Yoichi NAKAYAMA * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output diff --git a/wl/wl-mime.el b/wl/wl-mime.el index 443490e..824d11d 100644 --- a/wl/wl-mime.el +++ b/wl/wl-mime.el @@ -305,7 +305,7 @@ It calls following-method selected from variable (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")))