From 1f5f6a4bf0163f4dcf0fd6778611891165c334ff Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sun, 10 Nov 2019 20:27:19 -0500 Subject: Bug 1317117 - call msgStore folder deletion during imap/news empty trash. Also factors out some common code into nsMSgDBFolder::Delete(), and makes a couple of incidental changes to try and clarify the responsibilies of nsIMsgPluggableStore::DeleteFolder(). Tag #1273 --- mailnews/local/src/nsLocalMailFolder.h | 1 - 1 file changed, 1 deletion(-) (limited to 'mailnews/local/src/nsLocalMailFolder.h') diff --git a/mailnews/local/src/nsLocalMailFolder.h b/mailnews/local/src/nsLocalMailFolder.h index b2503a157..1ed964b16 100644 --- a/mailnews/local/src/nsLocalMailFolder.h +++ b/mailnews/local/src/nsLocalMailFolder.h @@ -120,7 +120,6 @@ public: NS_IMETHOD Compact(nsIUrlListener *aListener, nsIMsgWindow *aMsgWindow) override; NS_IMETHOD CompactAll(nsIUrlListener *aListener, nsIMsgWindow *aMsgWindow, bool aCompactOfflineAlso) override; NS_IMETHOD EmptyTrash(nsIMsgWindow *msgWindow, nsIUrlListener *aListener) override; - NS_IMETHOD Delete () override; NS_IMETHOD DeleteSubFolders(nsIArray *folders, nsIMsgWindow *msgWindow) override; NS_IMETHOD CreateStorageIfMissing(nsIUrlListener* urlListener) override; NS_IMETHOD Rename (const nsAString& aNewName, nsIMsgWindow *msgWindow) override; -- cgit v1.2.3