From 124b7f7c4292ae2c82ec0ad97339c55cb4a0f125 Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 10 Apr 2008 11:58:55 +0000 Subject: - removed lines wrapping git-svn-id: https://svn.roundcube.net/trunk@1279 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/func.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc index 500148bf0..af3618112 100644 --- a/roundcubemail/program/steps/mail/func.inc +++ b/roundcubemail/program/steps/mail/func.inc @@ -679,8 +679,8 @@ function rcmail_print_body($part, $safe=FALSE, $plain=FALSE) $convert_patterns[] = '/([a-z0-9][a-z0-9\-\.\+\_]*@[a-z0-9]([a-z0-9\-][.]?)*[a-z0-9]\\.[a-z]{2,5})/ie'; $convert_replaces[] = "rcmail_str_replacement('\\1', \$replace_strings)"; - if ($part->ctype_parameters['format'] != 'flowed') - $body = wordwrap(trim($body), 80); +// if ($part->ctype_parameters['format'] != 'flowed') +// $body = wordwrap(trim($body), 80); $body = preg_replace($convert_patterns, $convert_replaces, $body); -- cgit v1.2.3