fix for bug#31549;showing prettyname with identity in msgcompose;r=ducaroz

This commit is contained in:
varada%netscape.com 2000-08-09 22:48:29 +00:00
parent 96ee514495
commit 695a3e8a37

View File

@ -1160,7 +1160,7 @@ function fillIdentityListPopup(popup)
if(serverSupports.GetElementAt(0))
var result = serverSupports.GetElementAt(0).QueryInterface(Components.interfaces.nsIMsgIncomingServer);
//dump ("The account name is = "+result.prettyName+ "\n");
var accountName = " - < "+result.prettyName+">";
var accountName = " - "+result.prettyName;
var item=document.createElement('menuitem');
item.setAttribute('value', identity.identityName);