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
parent cfd6d1f384
commit aaae5a0a97

View File

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