mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +00:00
Fix for mail bodies displaying HTML codes - Bug #38555 - r: sspitzer
This commit is contained in:
parent
d157b55e3a
commit
5ad69adb6d
@ -521,7 +521,7 @@ nsMsgComposeAndSend::GatherMimeAttachments()
|
||||
// fire off another URL request for this local disk file and that will
|
||||
// take care of the conversion...
|
||||
//
|
||||
mHTMLFileSpec = nsMsgCreateTempFileSpec("nsmail.tmp");
|
||||
mHTMLFileSpec = nsMsgCreateTempFileSpec("nsmail.html");
|
||||
if (!mHTMLFileSpec)
|
||||
goto FAILMEM;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user