Sophie

Sophie

distrib > Mandriva > cs4.0 > i586 > by-pkgid > e54b55c779885f2da2061fb224edbd31 > files > 28

squirrelmail-1.4.8-3mdv2007.0.src.rpm

--- squirrelmail-1.4.2/plugins/squirrelspell/sqspell_config.php.orig	2003-03-11 16:57:21.000000000 +0100
+++ squirrelmail-1.4.2/plugins/squirrelspell/sqspell_config.php	2004-01-21 15:29:05.000000000 +0100
@@ -24,7 +24,8 @@
  *                     'Spanish' => 'ispell -d spanish -a' );
  */
 $SQSPELL_APP = array('English' => 'ispell -a',
-			'Spanish' => 'ispell -d spanish -a');
+			'Spanish' => 'ispell -d spanish -a',
+			'Italian' => 'ispell -d italian -a');
 $SQSPELL_APP_DEFAULT = 'English';
 $SQSPELL_WORDS_FILE = 
    getHashedFile($username, $data_dir, "$username.words");