Closed
Bug 454101
Opened 17 years ago
Closed 17 years ago
"Not enough arguments [nsIMsgFolder.createSubfolder]" selecting search folder of rss feeds
Categories
(MailNews Core :: Feed Reader, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.0a3
People
(Reporter: bc, Assigned: jminta)
References
Details
(Keywords: regression, Whiteboard: [fixed by bug 441437 backout])
1. Subscribe to several RSS feeds.
2. Create a saved search folder for items < 8 days that searches each of the RSS feeds.
3. Select saved search folder
Expected results: display items in the folder.
Actual results: nothing displays
Error: [Exception... "Not enough arguments [nsIMsgFolder.createSubfolder]" nsresult: "0x80570001 (NS_ERROR_XPC_NOT_ENOUGH_ARGS)" location: "JS frame :: file:///Users/bclary/Desktop/Shredder.app/Contents/MacOS/components/folderLookupService.js :: fls_getFolderById :: line 73" data: no]
Source File: file:///Users/bclary/Desktop/Shredder.app/Contents/MacOS/components/folderLookupService.js
Line: 73
...
regressed in the 2008-09-06-03 trunk build.
| Reporter | ||
Comment 1•17 years ago
|
||
http://hg.mozilla.org/comm-central/rev/b5776223fe06 looks like a good candidate.
Note this is not a problem with saved searches of other types such as local or news folders.
Blocks: 421428
| Assignee | ||
Comment 2•17 years ago
|
||
Fix is in bug 453908, but I can factor it out if necessary. See https://bugzilla.mozilla.org/attachment.cgi?id=337285&action=diff#a/mailnews/base/src/folderLookupService.js_sec1
| Assignee | ||
Updated•17 years ago
|
Flags: blocking-thunderbird3.0b1?
| Reporter | ||
Comment 3•17 years ago
|
||
Joey, I can live with it until its fixed. One correction is that it appears not only with saved searches of RSS feeds but also saved searches that search across imap accounts. It doesn't appear for saved searches of local folders though. I'll apply the patch and see if it fixes everything for me.
Updated•17 years ago
|
Flags: blocking-thunderbird3.0b1? → blocking-thunderbird3?
Target Milestone: --- → Thunderbird 3.0b1
Comment 4•17 years ago
|
||
Bob, bug 441437 has been backed out, do you still see this in today's nightly?
| Reporter | ||
Comment 5•17 years ago
|
||
Mark, nope. Works for me in today's build. Shall we close this one out?
Comment 6•17 years ago
|
||
(In reply to comment #5)
> Mark, nope. Works for me in today's build. Shall we close this one out?
Yes I think so, given where the bug appeared to be and what seems to have fixed it.
Therefore fixed by the backout of bug 441437, see bug 441437 comment 16.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Flags: blocking-thunderbird3?
Assignee: nobody → jminta
Component: RSS → Feed Reader
Product: Thunderbird → MailNews Core
Updated•16 years ago
|
Whiteboard: [fixed by bug 441437 backout]
You need to log in
before you can comment on or make changes to this bug.
Description
•