summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mimeutils.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mimeutils.c b/src/mimeutils.c
index 44a83e9..0833fdb 100644
--- a/src/mimeutils.c
+++ b/src/mimeutils.c
@@ -71,6 +71,9 @@ static const char *registered_not_used_media_types[] = {
static const char *valid_exceptions_mime_types[] = {
/* mail: a mail saved in a file will have this mime type */
"message/rfc822",
+ /* Implemented as an extension of RFC 822; used for MHTML, in addition to
+ * application/x-mimearchive */
+ "multipart/related",
/* some multimedia mime type; it clearly doesn't respect the mime type rules,
* but it's widely deployed */
"misc/ultravox"