diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-08-27 10:16:04 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-08-27 10:16:04 +0200 |
commit | 8eefbb2158c43b51a8c33e6c480cbe61539b9535 (patch) | |
tree | 11c5a963e437823fb2688a53a3d5121513ff2d8a /config | |
parent | 5f8adabb6286fdcb0ff8a0ea5d1d58f40eef51f4 (diff) |
Add option to enable HTML editor on forwarding (#1488517)
Diffstat (limited to 'config')
-rw-r--r-- | 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 69a6ea279..7e07341a9 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -725,7 +725,7 @@ $rcmail_config['prefer_html'] = true; $rcmail_config['show_images'] = 0; // compose html formatted messages by default -// 0 - never, 1 - always, 2 - on reply to HTML message only +// 0 - never, 1 - always, 2 - on reply to HTML message, 3 - on forward or reply to HTML message $rcmail_config['htmleditor'] = 0; // show pretty dates as standard |