Closed
Bug 23624
Opened 25 years ago
Closed 17 years ago
fix getFoldersWithFlags to return an array of nsIMsgFolders
Categories
(MailNews Core :: Backend, defect, P3)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 436051
Future
People
(Reporter: sspitzer, Unassigned)
Details
alecf has pointed out that are still problems nsIMsgFolder::getFoldersWithFlag.
The problem is, from JS is if your call to getFoldersWithFlag find more than one
folder, you can't get at them. (you can only get the first one.)
the solution will be to return an array of nsIMsgFolders, which I believe we can
do now, thanks to jband's efforts.
Reporter | ||
Updated•25 years ago
|
Target Milestone: M17
Reporter | ||
Comment 1•25 years ago
|
||
moving to m17.
this is nice and correct, but not immediately and I got a billion bugs to fix
before I get to this.
if someone needs it before then, let me know, or you can take the bug.
Reporter | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Reporter | ||
Comment 2•25 years ago
|
||
accepting, but if someone else wants to fix it, I won't stop them.
Comment 3•25 years ago
|
||
moving to future milestone. If it turns out this is necessary to fix some other
bug then we can fix this as part of that bug.
Target Milestone: M17 → Future
Was the problem with nsIMsgFolders only observed on Linux?
Is it still there with more recent versions? (Mozilla 1.x)?
Updated•20 years ago
|
Product: MailNews → Core
Comment 5•18 years ago
|
||
sorry for the spam. making bugzilla reflect reality as I'm not working on these bugs. filter on FOOBARCHEESE to remove these in bulk.
Assignee: sspitzer → nobody
Status: ASSIGNED → NEW
Comment 6•17 years ago
|
||
I'm duping this forward to bug 436051 because there is various work going on there that will fix this issue (and I filed it before finding this one).
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•