diff options
author | svncommit <devs@roundcube.net> | 2008-10-25 00:01:45 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2008-10-25 00:01:45 +0000 |
commit | c9ca6ada03f27bfe8c86f61f418afb86971f9dff (patch) | |
tree | b0369a4851c7e743181d0cc7da880c8d1c3e321c /program/lib/Mail | |
parent | 1971ddc1dd0eb9bf07f17f72dde48d7edca7b69b (diff) |
added obscure ASCII encoding aliases, added more error checking to RFC2822 date parsing
Diffstat (limited to 'program/lib/Mail')
-rw-r--r-- | program/lib/Mail/mime.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/program/lib/Mail/mime.php b/program/lib/Mail/mime.php index 688c326a5..975ca48ce 100644 --- a/program/lib/Mail/mime.php +++ b/program/lib/Mail/mime.php @@ -1068,7 +1068,6 @@ class Mail_mime //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) { |