mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported multipart subtypes...
authorKenichi Handa <handa@m17n.org>
Fri, 26 Nov 2010 12:58:41 +0000 (21:58 +0900)
committerKenichi Handa <handa@m17n.org>
Fri, 26 Nov 2010 12:58:41 +0000 (21:58 +0900)
lisp/ChangeLog
lisp/mail/rmailmm.el

index ecaf4ac..1b35c13 100644 (file)
@@ -1,5 +1,8 @@
 2010-11-26  Kenichi Handa  <handa@m17n.org>
 
+       * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
+       multipart subtypes, insert all as usual.
+
        * mail/rmail.el: Require rfc2047.
 
 2010-11-26  Kenichi Handa  <handa@m17n.org>
index 6dfa92a..2c1269e 100644 (file)
@@ -681,9 +681,9 @@ modified."
          (dolist (child children)
            (rmail-mime-insert child nil disposition)))))
      (t
-      ;; Unsupported subtype.  Insert all as attachment.
+      ;; Unsupported subtype.  Insert all of them.
       (dolist (child children)
-       (rmail-mime-insert-bulk child))))))
+       (rmail-mime-insert child))))))
 
 (defun rmail-mime-parse ()
   "Parse the current Rmail message as a MIME message.