From 298af46f9e95a7ab5bc7ce0a519e9a930a9c8bfa Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 5 Mar 2010 20:15:54 +0100 Subject: add message/rfc822 mimetype Signed-off-by: Florian Pritz --- system/application/models/file_mod.php | 1 + 1 file changed, 1 insertion(+) (limited to 'system/application/models/file_mod.php') 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', -- cgit v1.2.3-24-g4f1b