]> git.donarmstrong.com Git - roundcube.git/blob - debian/patches/use_pspell.patch
Merge commit 'upstream/0.3' into unstable-import
[roundcube.git] / debian / patches / use_pspell.patch
1 Instead of using Google by default, we use pspell to avoid to send each mail to Google...
2
3 --- roundcube-0.1/config/main.inc.php.dist~     2009-05-15 12:22:29.000000000 +0200
4 +++ roundcube-0.1/config/main.inc.php.dist      2009-07-05 09:59:26.000000000 +0200
5 @@ -199,7 +199,7 @@
6  
7  // Set the spell checking engine. 'googie' is the default. 'pspell' is also available,
8  // but requires the Pspell extensions. When using Nox Spell Server, also set 'googie' here.
9 -$rcmail_config['spellcheck_engine'] = 'googie';
10 +$rcmail_config['spellcheck_engine'] = 'pspell';
11  
12  // For a locally installed Nox Spell Server, please specify the URI to call it.
13  // Get Nox Spell Server from http://orangoo.com/labs/?page_id=72