diff options
-rw-r--r-- | system/application/models/file_mod.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/application/models/file_mod.php b/system/application/models/file_mod.php index 769273f2f..0bc12c5b2 100644 --- a/system/application/models/file_mod.php +++ b/system/application/models/file_mod.php @@ -142,6 +142,7 @@ class File_mod extends Model { #'text/x-log' => 'log', 'text/html' => 'html', 'text/css' => 'css', + 'message/rfc822' => 'txt', #'image/svg+xml' => 'xml', 'application/x-perl' => 'pl', 'application/xml' => 'xml', |