]> git.pld-linux.org Git - packages/squirrelmail.git/blame - squirrelmail-squirrelspell.patch
- add missing R: webapps
[packages/squirrelmail.git] / squirrelmail-squirrelspell.patch
CommitLineData
2cb85192 1diff -urN squirrelmail-1.4.4.orig/plugins/squirrelspell/sqspell_config.php squirrelmail-1.4.4/plugins/squirrelspell/sqspell_config.php
2--- squirrelmail-1.4.4.orig/plugins/squirrelspell/sqspell_config.php 2004-12-27 16:03:58.000000000 +0100
189280cb 3+++ squirrelmail-1.4.4/plugins/squirrelspell/sqspell_config.php 2005-05-30 18:35:01.000000000 +0200
4@@ -24,6 +24,7 @@
2cb85192 5 * 'Spanish' => 'ispell -d spanish -a' );
6 */
7 $SQSPELL_APP = array('English' => 'ispell -a',
6089ec9f 8+ 'Polish' => 'ispell -d polish -a',
189280cb 9 'Spanish' => 'ispell -d spanish -a');
10 $SQSPELL_APP_DEFAULT = 'English';
2cb85192 11 $SQSPELL_WORDS_FILE =
This page took 0.077728 seconds and 4 git commands to generate.