summaryrefslogtreecommitdiffstats
path: root/application/models
diff options
context:
space:
mode:
Diffstat (limited to 'application/models')
-rw-r--r--application/models/mfile.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/models/mfile.php b/application/models/mfile.php
index d854f528b..a65fff772 100644
--- a/application/models/mfile.php
+++ b/application/models/mfile.php
@@ -251,7 +251,7 @@ class Mfile extends CI_Model {
'text/html' => 'xml',
'text/css' => 'css',
'text/x-ocaml' => 'ocaml',
- 'message/rfc822' => 'email',
+ 'message/rfc822' => 'text',
#'image/svg+xml' => 'xml',
'application/x-perl' => 'perl',
'application/xml' => 'xml',
@@ -268,7 +268,7 @@ class Mfile extends CI_Model {
'application/x-ruby' => 'ruby',
'application/x-shellscript' => 'bash',
'application/x-x509-ca-cert' => 'text',
- 'application/mbox' => 'email',
+ 'application/mbox' => 'text',
'application/x-genesis-rom' => 'text',
'application/x-applix-spreadsheet' => 'actionscript'
);