From 5a263c19443d4a0eee6774655bab1884533871ee Mon Sep 17 00:00:00 2001 From: "putterman%netscape.com" Date: Tue, 13 Jul 1999 20:30:43 +0000 Subject: [PATCH] Use "newmail:" git-svn-id: svn://10.0.0.236/trunk@39201 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/base/src/nsMsgNotificationManager.cpp | 1 + 1 file changed, 1 insertion(+) 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;