[imp] spell checker in imp

Dirk Ruth d.ruth at itecnet.de
Sun Dec 15 16:23:46 UTC 2019


  ----- Nachricht von Jānis <je at ktf.rtu.lv> ---------
  Datum: Sat, 14 Dec 2019 21:24:03 +0200
    Von: Jānis <je at ktf.rtu.lv>

> Citēts Dirk Ruth <d.ruth at itecnet.de>
> Sat, 14 Dec 2019 16:55:00 +0000:
>
>> I have problems with the spell checker when writing mails.
>>  
>> The config/conf.php is configured as follows
>>  
>> $conf['spell']['params']['path'] = '/usr/local/bin';
>> $conf['spell']['driver'] = 'aspell';
>>  
>> ... and aspell works in a shell
>>  
>>  
>> After clicking on spelling in webmail I only get the message every  
>> time: No spelling errors found. 
>>  
>> How can I go about troubleshooting?
>> I am using Horde version 5.2.22 and Webmail (imp) version 6.2.24.  
>
> Why not to use the browser's spellchecker?
>
> Janis
> --

With my Vivaldi browser under Linux the integrated spell checker does  
not work. However, I could install an extension, but then the text  
would be transferred to the Internet.   
  Meanwhile I have solved the problem. In the file conf.php you have  
to enter the path and the program name.
   
  $conf['spell']['params']['path'] = '/usr/local/bin/aspell';
   
  Then it works. It could be a bit more comfortable. I miss a button  
to add new words to a personal dictionary.
   
  Dirk
   
     


More information about the imp mailing list