Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > e88a4738a8e6d6bdf1b0caa9a3908979 > files > 30

squirrelmail-1.4.13-3mdv2008.1.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");