[mew-int 2952] Re: text/pdf

Kazu Yamamoto (山本和彦) <[email protected]> Fri, 21 Jan 2011 11:38:09 +0900 (JST)
Newsgroups gmane.mail.mew.general
Message-ID <[email protected]>
Hello,

> Thunderbird/3.1.7 seems to choose the Content-Type: text/pdf for
> PDF files.  The attached simple patch make Mew recognize this MIME
> content type.

I have merged it and push it to github.

This patch is good because Application/Pdf is used for composition
while Text/Pdf is acceptable for reading. Actually, IANA does not
register Text/Pdf. So, Application/Pdf should be given higher priority
than Text/Pdf.

	http://www.iana.org/assignments/media-types/text/
	http://www.iana.org/assignments/media-types/application/

Thank you for creating patch.

--Kazu