Author Topic: Spelling check - without googlespell?  (Read 2648 times)

Offline aSteve

  • Newbie
  • *
  • Posts: 1
Spelling check - without googlespell?
« on: September 12, 2012, 01:10:57 PM »
I am considering using roundcube for messaging on a non-internet-connected LAN - which (I think) precludes using googlespell.

Are there any other approaches to spell-checking that could be (easily) integrated with round-cube?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: Spelling check - without googlespell?
« Reply #1 on: September 12, 2012, 01:42:02 PM »
You can change $rcmail_config['spellcheck_engine'] to 'pspell' in <RC root>/config/main.inc.php but that does require the pspell php extensions.