mm-decode: don't touch MIME type for multipart/encrypted children
authorDaiki Ueno <ueno@unixuser.org>
Thu, 24 May 2012 01:45:38 +0000 (10:45 +0900)
committerDaiki Ueno <ueno@unixuser.org>
Mon, 28 May 2012 04:30:21 +0000 (13:30 +0900)
The commit 1bf64efe introduced auto detection of actual MIME types
for application/octet-stream.  That changes the MIME type of
encrypted part to "text/plain" when it has filename parameter with
".asc", and causes decryption failure.


No differences found