Closed
Bug 1643208
Opened 4 years ago
Closed 3 years ago
Rename nsIMsgCopyService.copyFolders() to nsIMsgCopyService.copyFolder()
Categories
(MailNews Core :: Backend, task, P3)
MailNews Core
Backend
Tracking
(thunderbird_esr78 wontfix)
RESOLVED
FIXED
91 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr78 | --- | wontfix |
People
(Reporter: benc, Assigned: benc)
Details
Attachments
(1 file)
nsIMsgCopyService.copyFolders()
takes an array of source folders, but the implementation only supports copying a single folder.
It'd be good to avoid confusion and make it take a single folder pointer as source parameter (instead of an array), and to rename the method to copyFolder()
.
Unless there's a good reason to extend the implementation to actually support copying multiple folders?
Updated•4 years ago
|
Priority: -- → P3
Updated•4 years ago
|
Component: General → Backend
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → benc
Status: NEW → ASSIGNED
Assignee | ||
Updated•3 years ago
|
Keywords: checkin-needed-tb
Updated•3 years ago
|
status-thunderbird_esr78:
--- → wontfix
Target Milestone: --- → 91 Branch
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/0abd20359ee4
Rename nsIMsgCopyService.copyFolders() to nsIMsgCopyService.copyFolder(). r=mkmelin
You need to log in
before you can comment on or make changes to this bug.
Description
•