Aleksander Machniak
2015-02-19 13e0a6556ffa9e0b3257f08d78042a8133055ea3
program/lib/Roundcube/rcube_mime.php
@@ -520,7 +520,7 @@
                    // remove space-stuffing
                    $line = preg_replace('/^ /', '', $line);
                    if (isset($text[$last]) && $line
                    if (isset($text[$last]) && $line && !$q_level
                        && $text[$last] != '-- '
                        && $text[$last][strlen($text[$last])-1] == ' '
                    ) {