Use "newmail:"

git-svn-id: svn://10.0.0.236/trunk@39201 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
putterman%netscape.com
1999-07-13 20:30:43 +00:00
parent 527974ce2c
commit 5a263c1944

View File

@@ -369,6 +369,7 @@ nsresult nsMsgNotificationManager::BuildNewMailURI(nsIMsgFolder *folder, nsAutoS
if(!(NS_SUCCEEDED(rv) && folderURI))
return rv;
newMailURI = "newmail:";
newMailURI += folderURI;
nsAllocator::Free(folderURI);
return NS_OK;