fix mac bustage
git-svn-id: svn://10.0.0.236/trunk@225424 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -926,7 +926,7 @@ void nsEudoraMac::SetIdentities(nsIMsgAccountManager *accMgr, nsIMsgAccount *acc
|
||||
id->SetFullName(fullName);
|
||||
id->SetIdentityName(fullName);
|
||||
if (pStrs[kReturnAddressStr]->Length()) {
|
||||
id->SetEmail( pStrs[kReturnAddressStr]->get());
|
||||
id->SetEmail(pStrs[kReturnAddressStr]);
|
||||
}
|
||||
else {
|
||||
nsCAutoString emailAddress;
|
||||
|
||||
Reference in New Issue
Block a user