mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-12 06:52:25 +00:00
fix pop3 new mail notification when using global inbox, sr=mscott 260076
This commit is contained in:
parent
011d77d870
commit
4c66fc7c4a
@ -339,7 +339,11 @@ NS_IMETHODIMP nsPop3IncomingServer::PerformBiff(nsIMsgWindow *aMsgWindow)
|
||||
if (NS_FAILED(rv) || numFolders != 1) return rv;
|
||||
}
|
||||
|
||||
SetPerformingBiff(PR_TRUE);
|
||||
nsCOMPtr <nsIMsgIncomingServer> server;
|
||||
inbox->GetServer(getter_AddRefs(server));
|
||||
|
||||
server->SetPerformingBiff(PR_TRUE);
|
||||
|
||||
urlListener = do_QueryInterface(inbox);
|
||||
|
||||
PRBool downloadOnBiff = PR_FALSE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user