summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-05-30 16:19:51 +0000
committeralecpl <alec@alec.pl>2011-05-30 16:19:51 +0000
commit1d5779b2577453a1000f38fa987bb0eafd3c554f (patch)
tree0d2f239b2c2c9c39f73d866603c2cac35808bbba /config
parentb4edf78e4b75bc40a829147941ba0cf6379fbc39 (diff)
- Add option to force spellchecking before sending a message (#1485458)
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist3
1 files changed, 3 insertions, 0 deletions
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