From f8cf11858dc9f8e328fecd7e146ccf6bec2b8eb6 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 7 Jun 2010 11:54:17 -0600 Subject: [PATCH] Disable spell check as you type --- imp/lib/Ui/Compose.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/imp/lib/Ui/Compose.php b/imp/lib/Ui/Compose.php index d794fa4fa..23355bc14 100644 --- a/imp/lib/Ui/Compose.php +++ b/imp/lib/Ui/Compose.php @@ -163,6 +163,9 @@ class IMP_Ui_Compose /* Disable resize of the textarea. */ 'resize_enabled: false', + /* Disable spell check as you type. */ + 'scayt_autoStartup: false', + /* Default display font. This is NOT the font used to send * the message, however. */ 'contentsCss: "body { font-family: Arial; font-size: 12px; }"', -- 2.11.0