]> git.donarmstrong.com Git - roundcube.git/blob - debian/patches/use-db-backend.patch
Merge commit 'debian/0.2_alpha-4' into debian
[roundcube.git] / debian / patches / use-db-backend.patch
1 Use db backend since mdb2 is not yet available in Debian.
2
3 --- roundcubemail-0.1-dep/config/db.inc.php.dist~       2008-03-03 22:32:15.000000000 +0100
4 +++ roundcubemail-0.1-dep/config/db.inc.php.dist        2008-03-05 21:07:28.000000000 +0100
5 @@ -27,7 +27,7 @@
6  $rcmail_config['db_dsnr'] = '';
7  
8  // database backend to use (only db or mdb2 are supported)
9 -$rcmail_config['db_backend'] = 'mdb2';
10 +$rcmail_config['db_backend'] = 'db';
11  
12  // maximum length of a query in bytes
13  $rcmail_config['db_max_length'] = 512000;  // 500K