mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +00:00
fix 32508 reply all bug with multiple imap recipients r=rhp, a=leaf
This commit is contained in:
parent
3644bfbfd0
commit
707c3f05d0
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user