70322 r=alecf sr=bienvenu make compact folders use unique temp file

This commit is contained in:
naving%netscape.com 2002-09-12 22:05:15 +00:00
Родитель 4f464ee883
Коммит 9f01d42522
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -264,6 +264,7 @@ nsFolderCompactState::Init(nsIMsgFolder *folder, const char *baseMsgUri, nsIMsgD
pathSpec->GetFileSpec(&m_fileSpec);
m_fileSpec.SetLeafName("nstmp");
m_fileSpec.MakeUnique(); //make sure we are not crunching existing nstmp file
m_window = aMsgWindow;
m_keyArray.RemoveAll();
InitDB(db);