From: Michael M Slusarz Date: Mon, 7 Jun 2010 17:54:17 +0000 (-0600) Subject: Disable spell check as you type X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f8cf11858dc9f8e328fecd7e146ccf6bec2b8eb6;p=horde.git Disable spell check as you type --- 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; }"',