mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
bug 291320 : reply to mail with raw 8bit characters in the subject results in an empty subject line patch by Jean-Marc Desperrier (r=me, sr=bienvenu, a=shaver)
This commit is contained in:
parent
3239f7f4b2
commit
652949b563
@ -1559,7 +1559,7 @@ nsresult nsMsgCompose::CreateMessage(const char * originalMsgURI,
|
||||
nsXPIDLString subject;
|
||||
nsXPIDLCString decodedCString;
|
||||
|
||||
if (!charsetOverride)
|
||||
if (!charsetOverride && charset.IsEmpty())
|
||||
{
|
||||
rv = msgHdr->GetCharset(getter_Copies(charset));
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
Loading…
Reference in New Issue
Block a user