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