Ala Salman wrote:
Hello:
Since the spell check function in the HTML composing mode is not working in the lastes RC release (0.1.1), I am would like to disable it.
I tried this line in the config file:
// don't allow these settings to be overriden by the user $rcmail_config['dont_override'] = array('htmleditor'=>false);
but the HTML compose button still shows up. Is there anyway to disable it?
it should be:
$rcmail_config['dont_override'] = array('htmleditor');