diff --git a/mozilla/mailnews/base/src/nsMsgNotificationManager.cpp b/mozilla/mailnews/base/src/nsMsgNotificationManager.cpp index 81d884abb76..b4e38948353 100644 --- a/mozilla/mailnews/base/src/nsMsgNotificationManager.cpp +++ b/mozilla/mailnews/base/src/nsMsgNotificationManager.cpp @@ -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;