138217 r=cavin sr=bienvenu. Make folders of an acct in one profile do not show up for the same acct in another

profile in turbo mode. Clear the subfolders array when we are forcing shutdown of rootFolder and all its children.
This commit is contained in:
naving%netscape.com 2002-04-23 02:14:36 +00:00
Родитель 36da9ea91d
Коммит 8d9a6048e3
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -287,6 +287,7 @@ NS_IMETHODIMP nsMsgFolder::Shutdown(PRBool shutdownChildren)
// Reset incoming server pointer and pathname.
mServer = nsnull;
mPath = nsnull;
mSubFolders->Clear(); //clear mSubFolders array on shutdown, will come here if shutDownChildren is true
return NS_OK;
}