Re: [SM-USERS] SquirrelSpell doesn't work with SQ1.5.0

2004-10-13 Thread Dirk Hennrichs
OK, but it works with 1.5.0. Tomas Kuliavas was right !!! I set the attachement_dir in config.php to an absolute path and not to a relative path and now it's OK. Although its funny, because SquirrelMail uses the attachement_dir for attachements, and with attachement_dir = "../data" I could upload a

Re: [SM-USERS] SquirrelSpell doesn't work with SQ1.5.0

2004-10-12 Thread Tomas Kuliavas
> I installed SQ1.50 on SuSE 9.1. Activated squirrelspell Plugin, ispell > ist installed. Want to use it for a german Configuration, so I changed the > following lines in sqsqpell_config.php: > > $SQSPELL_APP = array('Deutsch' => '/usr/bin/ispell -d deutsch -a'); > $SQSPELL_APP_DEFAULT = 'German'

Re: [SM-USERS] SquirrelSpell doesn't work with SQ1.5.0

2004-10-12 Thread Jonathan Angliss
> I installed SQ1.50 on SuSE 9.1. Activated squirrelspell Plugin, ispell ist > installed. Want to use it for a german Configuration, so I changed the > following lines in sqsqpell_config.php: > > $SQSPELL_APP = array('Deutsch' => '/usr/bin/ispell -d deutsch -a'); > $SQSPELL_APP_DEFAULT = 'German';

Re: [SM-USERS] SquirrelSpell doesn't work with SQ1.5.0

2004-10-12 Thread Dirk Hennrichs
Upps, one mistake in my previous mail: > $SQSPELL_APP = array('Deutsch' => '/usr/bin/ispell -d deutsch -a'); is $SQSPELL_APP = array('German' => '/usr/bin/ispell -d deutsch -a'); Sorry ! ;-) --- This SF.net email is sponsored by: IT Produ

[SM-USERS] SquirrelSpell doesn't work with SQ1.5.0

2004-10-12 Thread Dirk Hennrichs
I installed SQ1.50 on SuSE 9.1. Activated squirrelspell Plugin, ispell ist installed. Want to use it for a german Configuration, so I changed the following lines in sqsqpell_config.php: $SQSPELL_APP = array('Deutsch' => '/usr/bin/ispell -d deutsch -a'); $SQSPELL_APP_DEFAULT = 'German'; Use of isp