X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fsqspell_config.php;h=b51c9597e67dc43928d3b2f8a82fd5cccf2c5116;hp=46acc575160c66142e424bf5e9121b2568530ec7;hb=d112ed5aeee62953707e7042a1edc8e8c2b6a968;hpb=15e6162eacc97158393bc75aed3afeb7b19c24a6 diff --git a/plugins/squirrelspell/sqspell_config.php b/plugins/squirrelspell/sqspell_config.php index 46acc575..b51c9597 100644 --- a/plugins/squirrelspell/sqspell_config.php +++ b/plugins/squirrelspell/sqspell_config.php @@ -1,27 +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', - 'Spanish' => 'ispell -d spanish -a' ); - $SQSPELL_APP_DEFAULT = 'English'; - $SQSPELL_WORDS_FILE = - getHashedFile($username, $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'; ?>