mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 02:09:28 +00:00
fix problem loading folders for putterman
This commit is contained in:
parent
820c2dd375
commit
4bdb69be85
@ -373,7 +373,7 @@ function RerootFolder(uri, newFolder, isThreaded, sortID, sortDirection)
|
||||
|
||||
//Clear the new messages of the old folder
|
||||
var oldFolderURI = folder.getAttribute("ref");
|
||||
if(oldFolderURI != "null")
|
||||
if(oldFolderURI && (oldFolderURI != "null") && (oldFolderURI !=""))
|
||||
{
|
||||
var oldFolder = GetMsgFolderFromURI(oldFolderURI);
|
||||
if(oldFolder && oldFolder.hasNewMessages())
|
||||
|
Loading…
x
Reference in New Issue
Block a user