Bug 391810 - ".eml files should always be saved with CRLF line endings" [p=mozbugzilla@velox.ch (Kaspar Brand) r+sr=bienvenu]

git-svn-id: svn://10.0.0.236/trunk@236908 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
reed%reedloden.com 2007-09-29 07:17:23 +00:00
parent 77d832bb57
commit a82b76cef8

View File

@ -1131,7 +1131,7 @@ nsMessenger::SaveAs(const nsACString& aURI, PRBool aAsFile, nsIMsgIdentity *aIde
{
rv = messageService->SaveMessageToDisk(PromiseFlatCString(aURI).get(), localFile, PR_FALSE,
urlListener, nsnull,
PR_FALSE, mMsgWindow);
PR_TRUE, mMsgWindow);
}
else
{