mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
Forward as attachment should use message send default charset, removed the code which was re-setting the charset which had been initialized to a default charset
by the nsMsgCompose constructor, bug 58494, r=ducarroz, sr=bienvenu.
This commit is contained in:
parent
e9682a958f
commit
96ec95b74e
@ -1029,12 +1029,6 @@ nsresult nsMsgCompose::CreateMessage(const PRUnichar * originalMsgURI,
|
||||
case nsIMsgCompType::ForwardAsAttachment:
|
||||
{
|
||||
|
||||
if (!aCharset.IsEmpty())
|
||||
{
|
||||
nsCAutoString aCharsetCStr; aCharsetCStr.AssignWithConversion(aCharset);
|
||||
m_compFields->SetCharacterSet(aCharsetCStr);
|
||||
}
|
||||
|
||||
subjectStr.AppendWithConversion("[Fwd: ");
|
||||
subjectStr.AppendWithConversion(subject);
|
||||
subjectStr.AppendWithConversion("]");
|
||||
|
Loading…
Reference in New Issue
Block a user