Thomas Bruederli
2012-11-27 39f883e1f9fab83a47b76fb4802c2d01fa9c4e76
Unset mime-magic location in order to let PHP use the default location
1 files modified
2 ■■■ changed files
config/main.inc.php.dist 2 ●●● patch | view | raw | blame | history
config/main.inc.php.dist
@@ -356,7 +356,7 @@
$rcmail_config['client_mimetypes'] = null;  # null == default
// mime magic database
$rcmail_config['mime_magic'] = '/usr/share/misc/magic';
$rcmail_config['mime_magic'] = null;
// path to imagemagick identify binary
$rcmail_config['im_identify_path'] = null;