diff --git a/src/dowc/core/constants.py b/src/dowc/core/constants.py index d361e07..b396cae 100644 --- a/src/dowc/core/constants.py +++ b/src/dowc/core/constants.py @@ -24,6 +24,7 @@ class DocFileTypes(DjangoChoices): ".html": "ms-word", ".mht": "ms-word", ".mhtml": "ms-word", + ".msg": "ms-outlook", ".odt": "ms-word", ".rtf": "ms-word", ".txt": "ms-word",