]> git.eshelyaron.com Git - emacs.git/commitdiff
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 ecaf4ac91231e2309aef06b0ab56fc63c72545f3..1b35c13377c5a87c32ec5d0215262d9e3c3243dd 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 6dfa92aa93a59b137342ccb41f3ef8a2334acf55..2c1269ee3f1bc2700814dbcbb1ef15163eac740e 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.