X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fsqspell_config.php;h=b51c9597e67dc43928d3b2f8a82fd5cccf2c5116;hp=a34a856f4eaaffb6d787893aa023cae7ecc5b57a;hb=d112ed5aeee62953707e7042a1edc8e8c2b6a968;hpb=d6a1308a456bb595d60a2a1f02df6912e2afe48c;ds=sidebyside diff --git a/plugins/squirrelspell/sqspell_config.php b/plugins/squirrelspell/sqspell_config.php index a34a856f..b51c9597 100644 --- a/plugins/squirrelspell/sqspell_config.php +++ b/plugins/squirrelspell/sqspell_config.php @@ -1,24 +1,33 @@ 'ispell -a', + * 'Spanish' => 'ispell -d spanish -a' ); + */ +$SQSPELL_APP = array('English' => 'ispell -a'); +$SQSPELL_APP_DEFAULT = 'English'; +$SQSPELL_WORDS_FILE = + getHashedFile($username, $data_dir, "$username.words"); - $SQSPELL_APP = array( 'English' => 'ispell -a' ); - $SQSPELL_APP_DEFAULT = 'English'; - $SQSPELL_WORDS_FILE = "$data_dir/$username.words"; - $SQSPELL_EREG = 'ereg'; - $SQSPELL_SOUP_NAZI = 'Mozilla/3, Mozilla/2, Opera 4, Opera/4, Macintosh'; +$SQSPELL_EREG = 'ereg'; +$SQSPELL_SOUP_NAZI = 'Mozilla/3, Mozilla/2, Opera 4, Opera/4, ' + . 'Macintosh, OmniWeb'; -?> \ No newline at end of file +?>