зеркало из https://github.com/mozilla/gecko-dev.git
rest of fix for for #75317.
temp files created when forwarding a message with attachments are not being deleted. fix by cavin@netscape.com. r=ducarroz, sr=sspitzer
This commit is contained in:
Родитель
17e78d87ed
Коммит
8609b35624
|
@ -203,7 +203,11 @@ mime_dump_attachments ( attachmentList );
|
|||
curAttachment++;
|
||||
}
|
||||
if (attachments.Length())
|
||||
{
|
||||
compFields->SetAttachments(attachments);
|
||||
// remember the temp files to delete
|
||||
compFields->SetTemporaryFiles(attachments);
|
||||
}
|
||||
}
|
||||
|
||||
NS_WITH_SERVICE(nsIMsgComposeService, msgComposeService,
|
||||
|
|
Загрузка…
Ссылка в новой задаче