Unset mime-magic location in order to let PHP use the default location

release-0.8
Thomas Bruederli 12 years ago
parent ac88dc8d09
commit 39f883e1f9

@ -356,7 +356,7 @@ $rcmail_config['identities_level'] = 0;
$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;

Loading…
Cancel
Save