summaryrefslogtreecommitdiff
path: root/lisp/mail
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1997-09-02 10:49:07 +0000
committerKenichi Handa <handa@m17n.org>1997-09-02 10:49:07 +0000
commit4439bbdb5152acc10543960e3b4d1c9a41a07bdb (patch)
tree1fcda9dd2733de940a956b26a8ca96d63f0052c5 /lisp/mail
parent160ba600ec48835794394e58632a2581efef3a78 (diff)
downloademacs-4439bbdb5152acc10543960e3b4d1c9a41a07bdb.tar.gz
(rmail): Reset enable-multibyte-characters to the
default value to enable message decoding if the default value is non-nil.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/rmail.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 26a50cc6045..44f3c520c9a 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -475,6 +475,7 @@ If `rmail-display-summary' is non-nil, make a summary for this RMAIL file."
(or (eq major-mode 'rmail-mode)
(progn (rmail-mode-2)
(setq run-mail-hook t)))
+ (kill-local-variable 'enable-multibyte-characters)
(setq run-mail-hook t)
(rmail-mode-2)
;; Convert all or part to Babyl file if possible.