]> git.donarmstrong.com Git - roundcube.git/blob - debian/patches/use_pspell.patch
Refresh all patches.
[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: roundcube/config/main.inc.php.dist
4 ===================================================================
5 --- roundcube.orig/config/main.inc.php.dist     2012-09-29 11:30:57.895111972 +0200
6 +++ roundcube/config/main.inc.php.dist  2012-09-29 11:31:46.232078634 +0200
7 @@ -441,7 +441,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