From: Kenichi Handa Date: Tue, 2 Sep 1997 10:49:07 +0000 (+0000) Subject: (rmail): Reset enable-multibyte-characters to the X-Git-Tag: emacs-20.1~274 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b46ffb303dd3e0d91fa3838d8dbba83c431add45;p=emacs.git (rmail): Reset enable-multibyte-characters to the default value to enable message decoding if the default value is non-nil. --- 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.