(mime-edit-decode-buffer): Convert encoding to lower case.
authormorioka <morioka>
Tue, 20 Oct 1998 12:14:35 +0000 (12:14 +0000)
committermorioka <morioka>
Tue, 20 Oct 1998 12:14:35 +0000 (12:14 +0000)
mime-edit.el

index ff83978..bdc0d31 100644 (file)
@@ -2665,9 +2665,10 @@ Content-Type: message/partial; id=%s; number=%d; total=%d\n%s\n"
                            (hbeg (match-end 0))
                            (end (std11-field-end)))
                        (setq encoding
-                             (eliminate-top-spaces
-                              (std11-unfold-string
-                               (buffer-substring hbeg end))))
+                             (downcase
+                              (eliminate-top-spaces
+                               (std11-unfold-string
+                                (buffer-substring hbeg end)))))
                        (if (or charset (eq type 'text))
                            (progn
                              (delete-region beg (1+ end))