alecpl
2011-11-03 9aab5e54568f6bc4071afd3ad0c5570abd98fa5c
- Fix redundant line break in flowed format (#1488146)


2 files modified
3 ■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
program/steps/mail/func.inc 2 ●●● patch | view | raw | blame | history
CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
- Fix redundant line break in flowed format (#1488146)
- TinyMCE:
  - updated to 3.4.6
  - security issue: removed moxieplayer (embedding flv and mp4 is not supported anymore)
program/steps/mail/func.inc
@@ -766,7 +766,7 @@
          // previous line is flowed?
          if (isset($body[$last]) && $body[$n]
            && $last != $last_sig
            && $last !== $last_sig
            && $body[$last][strlen($body[$last])-1] == ' '
          ) {
            $body[$last] .= $body[$n];