added EmptyTrash()

This commit is contained in:
jefft%netscape.com 1999-08-06 18:21:13 +00:00
parent f70ea07448
commit d77eddaebd
2 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,7 @@ interface nsIMessenger : nsISupports {
void RenameFolder(in nsIRDFCompositeDataSource db,
in nsIDOMXULElement folder, in string name);
void CompactFolder(in nsIRDFCompositeDataSource db, in nsIDOMXULElement folder);
void EmptyTrash(in nsIRDFCompositeDataSource db, in nsIDOMXULElement folder);
void Undo();
void Redo();

View File

@ -74,6 +74,7 @@ interface nsIMsgFolder : nsIFolder {
void CreateSubfolder(in string folderName);
void Compact();
void EmptyTrash();
void Rename(in string name);
void Adopt(in nsIMsgFolder srcFolder, out unsigned long outPos);