зеркало из https://github.com/mozilla/pjs.git
fix get all new messages if an account doesn't have remember password r=cavin,sr=sspitzer 180407
This commit is contained in:
Родитель
9a90fd6932
Коммит
a2d9fe13e7
|
@ -1701,7 +1701,8 @@ nsMsgIncomingServer::GetIsAuthenticated(PRBool *isAuthenticated)
|
|||
rv = passwordMgrInt->FindPasswordEntry(currServerUri, nsString(), nsString(),
|
||||
hostFound, userNameFound, passwordFound);
|
||||
if (NS_FAILED(rv)) {
|
||||
return rv;
|
||||
*isAuthenticated = PR_FALSE;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
// If a match is found, password element is filled in. Convert the
|
||||
|
|
Загрузка…
Ссылка в новой задаче