Fix for mail bodies displaying HTML codes - Bug #38555 - r: sspitzer

This commit is contained in:
rhp%netscape.com 2000-05-20 05:54:22 +00:00
parent d157b55e3a
commit 5ad69adb6d

View File

@ -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;