]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail): Reset enable-multibyte-characters to the
authorKenichi Handa <handa@m17n.org>
Tue, 2 Sep 1997 10:49:07 +0000 (10:49 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 2 Sep 1997 10:49:07 +0000 (10:49 +0000)
default value to enable message decoding if the default value is
non-nil.

lisp/mail/rmail.el

index 26a50cc604509c0eabe8199692dddd719e4c1681..44f3c520c9a939df8ee235ca8463bd8afb35c923 100644 (file)
@@ -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.