summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_text2html.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-05-13 19:40:00 +0200
committerAleksander Machniak <alec@alec.pl>2014-05-13 19:40:00 +0200
commitf0992426d9c5af5046c76a2da86183d0c3a40084 (patch)
tree5a0e598d9262c5d7dd637bd4787e54d3186c7adc /program/lib/Roundcube/rcube_text2html.php
parent1053ae5e729203b16d792c53640b6273feed2056 (diff)
Bring back the old behaviour where text messages without format=flowed are auto-wrapped.
Make it the default in text2html class.
Diffstat (limited to 'program/lib/Roundcube/rcube_text2html.php')
-rw-r--r--program/lib/Roundcube/rcube_text2html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/Roundcube/rcube_text2html.php b/program/lib/Roundcube/rcube_text2html.php
index 60016fffd..8bcda301c 100644
--- a/program/lib/Roundcube/rcube_text2html.php
+++ b/program/lib/Roundcube/rcube_text2html.php
@@ -49,7 +49,7 @@ class rcube_text2html
// enables format=flowed parser
'flowed' => false,
// enables wrapping for non-flowed text
- 'wrap' => false,
+ 'wrap' => true,
// line-break tag
'break' => "<br>\n",
// prefix and suffix (wrapper element)