diff options
author | alecpl <alec@alec.pl> | 2010-10-06 17:15:38 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-10-06 17:15:38 +0000 |
commit | 868deb5dabdc4d63210e4f53a2a80a904247af6a (patch) | |
tree | e5391d3273ca70bc7a4727ccc8db4bcdc401c2c2 /config | |
parent | ace511a771656c983046919333cee501339c98a1 (diff) |
- Make htmleditor option behaviour consistent, add option to use HTML on reply to HTML message (#1485840)
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 00ba825c3..8ec7f08e4 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -479,7 +479,8 @@ $rcmail_config['prefer_html'] = true; $rcmail_config['show_images'] = 0; // compose html formatted messages by default -$rcmail_config['htmleditor'] = false; +// 0 - never, 1 - always, 2 - on reply to HTML message only +$rcmail_config['htmleditor'] = 0; // show pretty dates as standard $rcmail_config['prettydate'] = true; |