change create sub-folder2 name

This commit is contained in:
bienvenu%netscape.com 1999-08-25 01:17:52 +00:00
parent a4ddd3578c
commit 0b792f7165

View File

@ -176,7 +176,9 @@ interface nsIMsgNewsFolder : nsISupports {
interface nsIMsgImapMailFolder : nsISupports { interface nsIMsgImapMailFolder : nsISupports {
void RemoveSubFolder(in nsIMsgFolder folder); void RemoveSubFolder(in nsIMsgFolder folder);
void CreateSubfolder2(in string folderName); void CreateClientSubfolderInfo(in string folderName);
attribute boolean verifiedAsOnlineFolder;
attribute boolean explicitlyVerify;
}; };