svncommit
2008-10-24 c9ca6ada03f27bfe8c86f61f418afb86971f9dff
program/lib/Mail/mime.php
@@ -1068,7 +1068,6 @@
                    //Concat the double quotes and encoded string together
                    $hdr_value = $quotePrefix . $hdr_value . $quoteSuffix;
                    
                    $hdr_value_out = $hdr_value;
                    $realMax = $maxLength1stLine + strlen($prefix . $suffix);
                    if (strlen($hdr_value_out) >= $realMax) {