diff options
Diffstat (limited to 'lisp/mail/rmail.el')
-rw-r--r-- | lisp/mail/rmail.el | 1 |
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. |