diff options
author | Francis Irving <francis@mysociety.org> | 2010-03-20 22:59:03 +0000 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-03-20 22:59:03 +0000 |
commit | 6b6f160d7be9055e0ba4ac5c39f03717b08113fa (patch) | |
tree | e29f9ecfa1d89d0c0d2b1ed90e1676344c4efe42 | |
parent | a8b176af39437d15d31255463358cb160d96470d (diff) |
Add TNEF to file extension list
-rw-r--r-- | app/models/incoming_message.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/incoming_message.rb b/app/models/incoming_message.rb index 38d743d18..e890a211a 100644 --- a/app/models/incoming_message.rb +++ b/app/models/incoming_message.rb @@ -55,6 +55,7 @@ $file_extension_to_mime_type = { "pptx" => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', "oft" => 'application/vnd.ms-outlook', "msg" => 'application/vnd.ms-outlook', + "tnef" => 'application/ms-tnef', "tif" => 'image/tiff', "gif" => 'image/gif', "jpg" => 'image/jpeg', # XXX add jpeg |