diff options
author | Allan Sandfeld <kde@carewolf.com> | 2013-01-07 12:05:00 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2013-02-12 18:30:09 +0100 |
commit | 5dc7a385dfde27baabbe7384e69605c48adbf1e4 (patch) | |
tree | da28a4dbbd6c70f54bbc48db06fcdb89f356b427 | |
parent | 6ee851325813b2d9a0a35e26b43d74e8f33aa677 (diff) |
Add MHTML mime-type
https://bugs.freedesktop.org/show_bug.cgi?id=57416
-rw-r--r-- | freedesktop.org.xml.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in index 0c0cc53..10b7ce9 100644 --- a/freedesktop.org.xml.in +++ b/freedesktop.org.xml.in @@ -2464,6 +2464,14 @@ command to generate the output files. <_comment>WebM audio</_comment> <sub-class-of type="video/webm"/> </mime-type> + <mime-type type="application/x-mimearchive"> + <_comment>MHTML web archive</_comment> + <acronym>MHTML</acronym> + <expanded-acronym>MIME HTML</expanded-acronym> + <glob pattern="*.mhtml"/> + <glob pattern="*.mht"/> + <sub-class-of type="multipart/related"/> + </mime-type> <mime-type type="application/mxf"> <_comment>MXF video</_comment> <acronym>MXF</acronym> |