Disable spell check as you type
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 7 Jun 2010 17:54:17 +0000 (11:54 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 7 Jun 2010 19:25:03 +0000 (13:25 -0600)
imp/lib/Ui/Compose.php

index d794fa4..23355bc 100644 (file)
@@ -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; }"',