]> git.donarmstrong.com Git - roundcube.git/blob - debian/patches/correct-magic-path.patch
Imported Debian patch 0.5.2+dfsg-1
[roundcube.git] / debian / patches / correct-magic-path.patch
1 On Debian, the magic file is in /usr/share/file/magic.
2
3 Index: b/config/main.inc.php.dist
4 ===================================================================
5 --- a/config/main.inc.php.dist  2009-10-21 10:47:40.000000000 +0200
6 +++ b/config/main.inc.php.dist  2010-07-17 17:33:23.000000000 +0200
7 @@ -301,7 +301,7 @@
8  $rcmail_config['identities_level'] = 0;
9  
10  // mime magic database
11 -$rcmail_config['mime_magic'] = '/usr/share/misc/magic';
12 +$rcmail_config['mime_magic'] = '/usr/share/file/magic';
13  
14  // Enable DNS checking for e-mail address validation
15  $rcmail_config['email_dns_check'] = false;