fixed bug 28929 -- [regression] incorrectly entered pop mail leaves user in wierd state - does not download messages

This commit is contained in:
jefft%netscape.com 2000-05-16 23:56:19 +00:00
parent cc49213457
commit 7f3f676a3f

View File

@ -1039,7 +1039,7 @@ PRInt32 nsPop3Protocol::SendStatOrGurl(PRBool sendStat)
if (prefBool && m_pop3ConData->capability_flags & POP3_HAS_AUTH_LOGIN)
m_pop3ConData->next_state = POP3_AUTH_LOGIN;
else
m_pop3ConData->next_state_after_response = POP3_SEND_USERNAME;
m_pop3ConData->next_state = POP3_SEND_USERNAME;
/* try again right away */
m_pop3ConData->pause_for_read = PR_FALSE;
m_pop3ConData->command_succeeded = PR_TRUE;