Changeset 5388 in subversion
- Timestamp:
- Nov 3, 2011 1:51:54 PM (20 months ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/steps/mail/func.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r5385 r5388 2 2 =========================== 3 3 4 - Fix redundant line break in flowed format (#1488146) 4 5 - TinyMCE: 5 6 - updated to 3.4.6 -
trunk/roundcubemail/program/steps/mail/func.inc
r5371 r5388 767 767 // previous line is flowed? 768 768 if (isset($body[$last]) && $body[$n] 769 && $last != $last_sig769 && $last !== $last_sig 770 770 && $body[$last][strlen($body[$last])-1] == ' ' 771 771 ) {
Note: See TracChangeset
for help on using the changeset viewer.
