X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fsqspell_config.php;h=2938a407a3110d9e3e5dccd96badf7f254a89eee;hp=f6e023c6b32eab25bf357d045d8f1552fd50bfcb;hb=48a1015b888d1150c6d9ac77594c6526e9e13902;hpb=158d478fc402930feda2161a829a7c71ac3b71b8 diff --git a/plugins/squirrelspell/sqspell_config.php b/plugins/squirrelspell/sqspell_config.php index f6e023c6..2938a407 100644 --- a/plugins/squirrelspell/sqspell_config.php +++ b/plugins/squirrelspell/sqspell_config.php @@ -1,24 +1,34 @@ 'ispell -a', + * 'Spanish' => 'ispell -d spanish -a' ); + */ +$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_APP = array( 'English' => 'ispell -d spanish -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 +?>