Open
Bug 1961677
Opened 26 days ago
Updated 26 days ago
Decouple nsIMsgPluggableStore.deleteMessages() from the database
Categories
(MailNews Core :: General, task)
MailNews Core
General
Tracking
(Not tracked)
ASSIGNED
People
(Reporter: benc, Assigned: benc)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
nsIMsgPluggableStore.deleteMessages() currently takes a list of nsIMsgDBHdr
s. It should just take storeTokens instead.
I'd probably also rename it (deleteStoreMessages()
) to be more greppable. There are a bunch of other deleteMessage() functions in the code.
You need to log in
before you can comment on or make changes to this bug.
Description
•