diff options
| author | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-14 01:22:44 +0000 |
|---|---|---|
| committer | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-14 01:22:44 +0000 |
| commit | 5e382e9285ae0fe400b97b02cad5f879e6ff6d77 (patch) | |
| tree | 85af099edf17f7c6b775883d5adcd2d4e1d146c4 | |
| parent | 2c4039b4fe87a3675b335322613a77764e8d54a6 (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.dist | 3 |
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 ?> |
