Skip to content

Commit

Permalink
✨ Add .msg files to extension handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
damm89 committed Nov 10, 2023
1 parent 63f7504 commit 3d6443a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dowc/core/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3d6443a

Please sign in to comment.