projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6960723
)
Disable spell check as you type
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 7 Jun 2010 17:54:17 +0000
(11:54 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 7 Jun 2010 19:25:03 +0000
(13:25 -0600)
imp/lib/Ui/Compose.php
patch
|
blob
|
history
diff --git
a/imp/lib/Ui/Compose.php
b/imp/lib/Ui/Compose.php
index
d794fa4
..
23355bc
100644
(file)
--- 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; }"',