Fix solaris breakage from this weekend. Tinderbox has been showing green even though it was broken. Thanks to bruce for
pointing that out. r=bruce git-svn-id: svn://10.0.0.236/trunk@63507 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -346,10 +346,10 @@ nsImapService::CopyMessage(const char * aSrcMailboxURI, nsIStreamListener *
|
||||
rv = CreateStartOfImapUrl(getter_AddRefs(imapUrl), folder, aUrlListener, urlSpec, hierarchySeparator);
|
||||
|
||||
// now try to download the message
|
||||
rv = FetchMessage(imapUrl,
|
||||
(moveMessage) ? nsIImapUrl::nsImapOnlineToOfflineMove : nsIImapUrl::nsImapOnlineToOfflineCopy,
|
||||
folder, imapMessageSink,
|
||||
aURL, streamSupport, msgKey, PR_TRUE);
|
||||
nsImapAction imapAction = nsIImapUrl::nsImapOnlineToOfflineCopy;
|
||||
if (moveMessage)
|
||||
imapAction = nsIImapUrl::nsImapOnlineToOfflineMove;
|
||||
rv = FetchMessage(imapUrl,imapAction, folder, imapMessageSink,aURL, streamSupport, msgKey, PR_TRUE);
|
||||
if (NS_SUCCEEDED(rv) && moveMessage)
|
||||
{
|
||||
nsCOMPtr<nsIEventQueue> queue;
|
||||
|
||||
Reference in New Issue
Block a user