From 1d5779b2577453a1000f38fa987bb0eafd3c554f Mon Sep 17 00:00:00 2001 From: alecpl Date: Mon, 30 May 2011 16:19:51 +0000 Subject: - Add option to force spellchecking before sending a message (#1485458) --- config/main.inc.php.dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index ddb1eda1b..447575fce 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -703,4 +703,7 @@ $rcmail_config['forward_attachment'] = false; // Note: Use '0' for built-in address book. $rcmail_config['default_addressbook'] = null; +// Enables spell checking before sending a message. +$rcmail_config['spellcheck_before_send'] = false; + // end of config file -- cgit v1.2.3