fix get all new messages if an account doesn't have remember password r=cavin,sr=sspitzer 180407

This commit is contained in:
bienvenu%netscape.com 2002-11-16 18:21:36 +00:00
Родитель 9a90fd6932
Коммит a2d9fe13e7
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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