2000-11-16 23:31 ShengHuo ZHU <zsh@cs.rochester.edu>
[gnus] / lisp / mml.el
index f740e24..39f9dfa 100644 (file)
@@ -294,6 +294,7 @@ If MML is non-nil, return the buffer up till the correspondent mml tag."
              (with-temp-buffer
                (setq charset (mm-charset-to-coding-system 
                               (cdr (assq 'charset cont))))
+               (if (eq charset 'ascii) (setq charset nil))
                (cond
                 ((cdr (assq 'buffer cont))
                  (insert-buffer-substring (cdr (assq 'buffer cont))))