partially fixed bug 7147 -- Drop-down menu does not show folder when selecting Move Message

This commit is contained in:
jefft%netscape.com 1999-05-28 20:30:23 +00:00
Родитель cfd6d1f384
Коммит aaae5a0a97
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -571,6 +571,8 @@ NS_IMETHODIMP nsImapMailFolder::GetName(char ** name)
*name = mName.ToNewCString();
return NS_OK;
}
#if 0
// ** Is this right if we just retrieve the name from the uri?
else
{
//Need to read the name from the database
@ -590,6 +592,7 @@ NS_IMETHODIMP nsImapMailFolder::GetName(char ** name)
}
}
}
#endif
}
nsAutoString folderName;
nsImapURI2Name(kImapRootURI, mURI, folderName);