yuck..we are referring to the implementation nsMsgCompFields here instead of through the interface.
that's not good.. use newSetAsciiHeader method git-svn-id: svn://10.0.0.236/trunk@42235 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ff69ac1938
commit
8a17fbee94
@ -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