fix missing space from complete identity line (too simple for a reviewer!)

git-svn-id: svn://10.0.0.236/trunk@58464 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com
2000-01-24 06:11:36 +00:00
parent f0fd9914f3
commit b54cd5d4a0

View File

@@ -310,7 +310,7 @@ nsMsgIdentity::GetIdentityName(PRUnichar **idName) {
nsAutoString str;
str += (const PRUnichar*)fullName;
str += "<";
str += " <";
str += (const char*)email;
str += ">";
*idName = str.ToNewUnicode();