Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > 0796f3a4146744711e43968234de3795 > files > 46

squirrelmail-1.4.22-15.1.mga6.src.rpm

Index: plugins/squirrelspell/sqspell_config.php
===================================================================
--- plugins/squirrelspell/sqspell_config.php
+++ plugins/squirrelspell/sqspell_config.php	2012-02-27 04:50:12.000000000 +0100
@@ -20,19 +20,19 @@
 /**
  * Example:
  *
- * $SQSPELL_APP = array( 'English' => 'ispell -a',
- *                     'Spanish' => 'ispell -d spanish -a' );
+ * $SQSPELL_APP = array( 'English' => 'hunspell -a',
+ *                     'Spanish' => 'hunspell -d spanish -a' );
  * You can replace ispell with aspell keeping the same commandline:
  * $SQSPELL_APP = array( 'English' => 'aspell -a',
  *                     'Spanish' => 'aspell -d spanish -a' );
  */
-$SQSPELL_APP = array('English' => 'ispell -a',
-			'Spanish' => 'ispell -d spanish -a',
-			'Italian' => 'ispell -d italian -a');
+$SQSPELL_APP = array('English' => 'hunspell -a',
+			'Spanish' => 'hunspell -d spanish -a',
+			'Italian' => 'hunspell -d italian -a');
 $SQSPELL_APP_DEFAULT = 'English';
 $SQSPELL_WORDS_FILE = 
    getHashedFile($username, $data_dir, "$username.words");
 
 $SQSPELL_EREG = 'ereg';
 
-?>
\ Brak znaku nowej linii na końcu pliku
+?>