fix: change mime type for msg file

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
pull/41868/head
Daniel Kesselberg 6 months ago
parent 6ab3b061d3
commit 1081c4aaa3
No known key found for this signature in database
GPG Key ID: 36E3664E099D0614

@ -240,7 +240,7 @@ class RepairMimeTypes implements IRepairStep {
private function introduceEmlAndMsgFormatType() {
$updatedMimetypes = [
'eml' => 'message/rfc822',
'msg' => 'application/x-ole-storage',
'msg' => 'application/vnd.ms-outlook',
];
return $this->updateMimetypes($updatedMimetypes);

@ -123,7 +123,7 @@
"mpeg": ["video/mpeg"],
"mpg": ["video/mpeg"],
"mpo": ["image/jpeg"],
"msg": ["application/x-ole-storage", "text/plain"],
"msg": ["application/vnd.ms-outlook"],
"msi": ["application/x-msi"],
"mt2s": ["video/MP2T"],
"mts": ["video/MP2T"],

Loading…
Cancel
Save