summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeerthi Siva <keerthisiv@gmail.com>2014-10-02 22:53:28 -0400
committerAustin Ziegler <austin@zieglers.ca>2014-10-07 01:04:40 -0400
commitba595c192d0d00b82480bd67e9f348f97c70cc12 (patch)
treeb4842b76b009adeaf53b1978258454efe031de44
parent5b217806b0c0c7d2f7e166a792803202111ee6e1 (diff)
downloadgit-ba595c192d0d00b82480bd67e9f348f97c70cc12.tar.gz
Added mime type for MS Outlook application
Added content type ‘application/vnd.ms-outlook’ for the application MS Outlook with the file extension ‘.msg’. This is not registered in IANA but found the content type at http://www.digitalpreservation.gov/formats/fdd/fdd000379.shtml. Made changes to avoid failure on travis Reverted back the changes
-rw-r--r--type-lists/application.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/type-lists/application.yaml b/type-lists/application.yaml
index b0e756de91..346be24ad4 100644
--- a/type-lists/application.yaml
+++ b/type-lists/application.yaml
@@ -9933,6 +9933,12 @@
- application/vnd.ms-officetheme
registered: true
- !ruby/object:MIME::Type
+ content-type: application/vnd.ms-outlook
+ encoding: base64
+ extensions:
+ - msg
+ registered: false
+- !ruby/object:MIME::Type
content-type: application/vnd.ms-pki.seccat
friendly: Microsoft Trust UI Provider - Security Catalog
encoding: base64