temp build fix - bienvenu needs to fix this for real

This commit is contained in:
jfrancis%netscape.com 1999-09-13 01:24:09 +00:00
Родитель dd8d913ed5
Коммит c2e69d3f1c
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -2899,7 +2899,9 @@ nsImapMailFolder::CreateDirectoryForFolder(nsFileSpec &path) //** dup
if(NS_FAILED(rv))
return rv;
nsFileSpec tempPath((const nsFileSpec &) path, PR_TRUE); // create incoming directories.
// nsFileSpec tempPath((const nsFileSpec &) path, PR_TRUE); // create incoming directories.
// need bienvenu to fix this for real - the intent of this line is a mystery to sfraser and I
//If that doesn't exist, then we have to create this directory
if(!path.IsDirectory())
{