Bug 350542: Mail fails to select startup folder with global inbox. r=mscott

This commit is contained in:
ajschult%verizon.net 2006-09-01 15:35:09 +00:00
Родитель 810b167e37
Коммит 78180c4094
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -964,12 +964,6 @@ function loadStartFolder(initialUri)
startFolderResource = inboxFolder.QueryInterface(Components.interfaces.nsIRDFResource);
}
else
{
// set the startFolderResource to the server, so we select it
// so we'll get account central
startFolderResource = RDF.GetResource(defaultServer.serverURI);
}
}
var startFolder = startFolderResource.QueryInterface(Components.interfaces.nsIMsgFolder);