]> git.donarmstrong.com Git - roundcube.git/blob - debian/patches/correct-magic-path.patch
e8e1b2e79d6679401af01e37a6189e558362228d
[roundcube.git] / debian / patches / correct-magic-path.patch
1 --- roundcube-0.1/config/main.inc.php.dist~     2008-02-21 11:27:19.000000000 +0100
2 +++ roundcube-0.1/config/main.inc.php.dist      2008-03-06 14:04:53.000000000 +0100
3 @@ -277,7 +277,7 @@
4  $rcmail_config['max_pagesize'] = 200;
5  
6  // mime magic database
7 -$rcmail_config['mime_magic'] = '/usr/share/misc/magic';
8 +$rcmail_config['mime_magic'] = '/usr/share/file/magic';
9  
10  // end of config file
11  ?>