comparison lisp/mail/rmailmm.el @ 111773:7db1ebaea814

mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported multipart subtypes, insert all as usual.
author Kenichi Handa <handa@m17n.org>
date Fri, 26 Nov 2010 21:58:41 +0900
parents 0e19494fd75d
children 141d3f14d8c3 bbc996a3871b
comparison
equal deleted inserted replaced
111771:cc824a6e0de5 111773:7db1ebaea814
679 (rmail-mime-insert (or best-plain-text best-text)) 679 (rmail-mime-insert (or best-plain-text best-text))
680 ;; No child could be handled. Insert all. 680 ;; No child could be handled. Insert all.
681 (dolist (child children) 681 (dolist (child children)
682 (rmail-mime-insert child nil disposition))))) 682 (rmail-mime-insert child nil disposition)))))
683 (t 683 (t
684 ;; Unsupported subtype. Insert all as attachment. 684 ;; Unsupported subtype. Insert all of them.
685 (dolist (child children) 685 (dolist (child children)
686 (rmail-mime-insert-bulk child)))))) 686 (rmail-mime-insert child))))))
687 687
688 (defun rmail-mime-parse () 688 (defun rmail-mime-parse ()
689 "Parse the current Rmail message as a MIME message. 689 "Parse the current Rmail message as a MIME message.
690 The value is a MIME-entiy object (see `rmail-mime-enty-new')." 690 The value is a MIME-entiy object (see `rmail-mime-enty-new')."
691 (save-excursion 691 (save-excursion