summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortill <till@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-02-14 01:22:44 +0000
committertill <till@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-02-14 01:22:44 +0000
commit5e382e9285ae0fe400b97b02cad5f879e6ff6d77 (patch)
tree85af099edf17f7c6b775883d5adcd2d4e1d146c4
parent2c4039b4fe87a3675b335322613a77764e8d54a6 (diff)
* added config variable for mime magic
git-svn-id: https://svn.roundcube.net/trunk@1077 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/config/main.inc.php.dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist
index 4492d534b..67e0c4984 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/config/main.inc.php.dist
@@ -276,5 +276,8 @@ $rcmail_config['preview_pane'] = FALSE;
// don't let users set pagesize to more than this value if set
$rcmail_config['max_pagesize'] = 200;
+// mime magic database
+$rcmail_config['mime_magic'] = '/usr/share/misc/magic';
+
// end of config file
?>