mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 08:48:07 +00:00
yuck..we are referring to the implementation nsMsgCompFields here instead of through the interface.
that's not good.. use newSetAsciiHeader method
This commit is contained in:
parent
939e6eedef
commit
04fdfa7f3c
@ -1843,7 +1843,7 @@ int nsMsgComposeAndSend::SetMimeHeader(MSG_HEADER_SET header, const char *value)
|
||||
|
||||
if (dupHeader)
|
||||
{
|
||||
ret = mCompFields->SetHeader(header, dupHeader);
|
||||
ret = mCompFields->SetAsciiHeader(header, dupHeader);
|
||||
PR_Free(dupHeader);
|
||||
}
|
||||
return ret;
|
||||
|
Loading…
x
Reference in New Issue
Block a user