fix 32508 reply all bug with multiple imap recipients r=rhp, a=leaf

This commit is contained in:
bienvenu%netscape.com 2000-03-20 19:15:24 +00:00
parent 3644bfbfd0
commit 707c3f05d0

View File

@ -1334,10 +1334,9 @@ void nsImapServerResponseParser::parse_address(nsCAutoString &addressLine)
fNextToken++; // eat the next '('
if (!firstAddress)
{
addressLine += ", ";
firstAddress = PR_FALSE;
}
firstAddress = PR_FALSE;
char *personalName = CreateNilString();
fNextToken = GetNextToken();
char *atDomainList = CreateNilString();