change create sub-folder2 name

This commit is contained in:
bienvenu%netscape.com 1999-08-25 01:17:52 +00:00
Родитель a4ddd3578c
Коммит 0b792f7165
1 изменённых файлов: 3 добавлений и 1 удалений

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

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