зеркало из https://github.com/mozilla/pjs.git
70322 r=alecf sr=bienvenu make compact folders use unique temp file
This commit is contained in:
Родитель
4f464ee883
Коммит
9f01d42522
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче