land part of fix for 360342 that I missed due to a merge conflict, sr=mscott, fix crash deleting imap attachment

git-svn-id: svn://10.0.0.236/trunk@216824 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bienvenu%nventure.com
2006-12-10 16:45:21 +00:00
parent 98717b2da9
commit 61bd14e6ba

View File

@@ -2762,8 +2762,6 @@ nsDelAttachListener::OnStopRequest(nsIRequest * aRequest, nsISupports * aContext
mMsgFileStream = nsnull;
mNewMessageKey = PR_UINT32_MAX;
nsCOMPtr<nsIMsgCopyService> copyService = do_GetService(NS_MSGCOPYSERVICE_CONTRACTID);
PRUint32 origMsgFlags;
mOriginalMessage->GetFlags(&origMsgFlags);
if (copyService)
{
nsCOMPtr<nsIFileSpec> fileSpec;