Open
Bug 1732813
Opened 3 years ago
Updated 3 years ago
Remove nsISupports param in nsIMsgLocalMailFolder.onCopyCompleted()
Categories
(MailNews Core :: General, task)
MailNews Core
General
Tracking
(Not tracked)
NEW
People
(Reporter: benc, Unassigned)
References
(Blocks 1 open bug)
Details
Actually, should really kill onCopyCompleted() entirely - it's an implementation detail and should have no place in this public interface. Also, falls under general copy improvements/refactoring in Bug 1731177.
But maybe an intermediate step would be to split onCopyCompleted() up into multiple functions which each take specific types (nsIMsgFolder and nsIFile, I think).
You need to log in
before you can comment on or make changes to this bug.
Description
•