From b46ffb303dd3e0d91fa3838d8dbba83c431add45 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 2 Sep 1997 10:49:07 +0000 Subject: [PATCH] (rmail): Reset enable-multibyte-characters to the default value to enable message decoding if the default value is non-nil. --- lisp/mail/rmail.el | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.2