summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortill <till@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-02-16 18:43:31 +0000
committertill <till@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-02-16 18:43:31 +0000
commit122d33b1aa246848a4d42ca6ebb6f89f0fb2dd3e (patch)
tree7a5aabffa6a16673ce67935b4ad07696e1b6e2c5
parent5968886e9a746f27a3963d70d88481b2acaf167b (diff)
* tinymce has some issues (especially in the IE department), enable only if you can take it
git-svn-id: https://svn.roundcube.net/trunk@1099 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/config/main.inc.php.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist
index 67e0c4984..37f15f3d4 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/config/main.inc.php.dist
@@ -256,7 +256,7 @@ $rcmail_config['dst_active'] = (bool)date('I');
$rcmail_config['prefer_html'] = TRUE;
// compose html formatted messages by default
-$rcmail_config['htmleditor'] = TRUE;
+$rcmail_config['htmleditor'] = FALSE;
// show pretty dates as standard
$rcmail_config['prettydate'] = TRUE;