[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: vm-w3m.el
Hi,
Probably I had misunderstanding about the multipart/related
content-type. I've uploaded the revised version as:
ftp://ftp.jpl.org/pub/elisp/vm-w3m.el.gz
Where I've made the following change:
<< (defun vm-mime-display-internal-multipart/related (layout)
<< "Decode multipart/related body parts.
<< If the type of the ``start'' part (see RFC2387) is text/html, this
<< function only decodes it and other parts are decoded by emacs-w3m.
<< Otherwise, it decodes all parts in order so that they may be the
<< multipart/mixed type contents."
>> (defun vm-mime-display-internal-multipart/related (layout)
>> "Decode Multipart/Related body parts.
>> This function decodes the ``start'' part (see RFC2387) only. The
>> other parts will be decoded by the other VM functions through
>> emacs-w3m."
Regards,
--
Katsumi Yamaoka <yamaoka@jpl.org>