From 45a470a7216e7fc4ab315e591ff03cbf245264ac Mon Sep 17 00:00:00 2001
From: till <till@php.net>
Date: Sat, 16 Feb 2008 13:43:31 -0500
Subject: [PATCH] * tinymce has some issues (especially in the IE department), enable only if you can take it

---
 config/main.inc.php.dist |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 67e0c49..37f15f3 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -256,7 +256,7 @@
 $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;

--
Gitblit v1.9.1