]> git.donarmstrong.com Git - roundcube.git/blob - debian/patches/use_pspell.patch
d50c423546a63b3d8208f3fb097e95ea84940610
[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 Index: b/config/main.inc.php.dist
4 ===================================================================
5 --- a/config/main.inc.php.dist  2010-07-17 17:33:23.000000000 +0200
6 +++ b/config/main.inc.php.dist  2010-07-17 17:33:24.000000000 +0200
7 @@ -376,7 +376,7 @@
8  
9  // Set the spell checking engine. 'googie' is the default. 'pspell' is also available,
10  // but requires the Pspell extensions. When using Nox Spell Server, also set 'googie' here.
11 -$rcmail_config['spellcheck_engine'] = 'googie';
12 +$rcmail_config['spellcheck_engine'] = 'pspell';
13  
14  // For a locally installed Nox Spell Server, please specify the URI to call it.
15  // Get Nox Spell Server from http://orangoo.com/labs/?page_id=72