mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
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
This commit is contained in:
parent
0ef88cc19d
commit
0f885aaad1
8 changed files with 77 additions and 139 deletions
|
|
@ -51,8 +51,8 @@ interface nsIMsgPluggableStore : nsISupports {
|
|||
nsIMsgFolder createFolder(in nsIMsgFolder aParent, in AString aFolderName);
|
||||
|
||||
/**
|
||||
* Delete the passed in folder. This is a real delete, not a move
|
||||
* to the trash folder.
|
||||
* Delete storage for a folder and its subfolders, if any.
|
||||
* This is a real delete, not a move to the trash folder.
|
||||
*
|
||||
* @param aFolder folder to delete
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue