summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-12-08 14:13:23 +0100
committerThomas Bruederli <thomas@roundcube.net>2012-12-08 14:13:23 +0100
commit9e1605f9e4d88e887029bb7927b7891a34f8eb46 (patch)
tree94bd8c77d8aed23bd3913b0f2c4b1b4318c97b95 /config
parent7c5d4b0d4d01c66768a71e8e6138f5b637d44e4a (diff)
Better explanation of the new mime_types config option
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 4805b95df..caa2ea881 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -368,9 +368,10 @@ $rcmail_config['client_mimetypes'] = null; # null == default
// Set to null if the default path should be used.
$rcmail_config['mime_magic'] = null;
-// Path to local mime.types mapping table.
+// Absolute path to a local mime.types mapping table file.
// This is used to derive mime-types from the filename extension or vice versa.
-// Such a file is usually part of the apache webserver.
+// Such a file is usually part of the apache webserver. If you don't find a file named mime.types on your system,
+// download it from http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types
$rcmail_config['mime_types'] = null;
// path to imagemagick identify binary