From 1d5779b2577453a1000f38fa987bb0eafd3c554f Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Mon, 30 May 2011 12:19:51 -0400 Subject: [PATCH] - Add option to force spellchecking before sending a message (#1485458) --- config/main.inc.php.dist | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index ddb1eda..447575f 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -703,4 +703,7 @@ // 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 -- Gitblit v1.9.1