Closed
Bug 267855
Opened 20 years ago
Closed 20 years ago
Delete mail marked as junk" does nothing when Grouped By Sort is on
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird1.0
People
(Reporter: john, Assigned: Bienvenu)
References
Details
(Keywords: fixed-aviary1.0)
Attachments
(1 file)
|
1.13 KB,
patch
|
Details | Diff | Splinter Review |
I have my mail in an IMAP folder (secure, if it matters) and I am trying the new Grouped By Sort (I sort by date descending so the latest is at the top). However, when I do that Delete Mail Marked as Junk does not work. Repro Steps: 1. Set up an IMAP folder with Grouped By Sort, date descending (not sure if IMAP or date descending matter but Grouped By does) 2. Mark a message junk (it was marked automatically for me by the junk mail controls) 3. Use Tools > Delete Mail Marked As Junk Actual Results: first time you try it, it expands all the groups, second time does nothing, but never deletes any mail Expected Results: deletes mail marked as junk Note that when I remove Grouped By Sort it *does* delete the junk mail, indicating it is definitely related to the confluence of the two features.
Comment 1•20 years ago
|
||
Confirmed on win2k with TB 0.9
| Assignee | ||
Comment 2•20 years ago
|
||
taking - I see the problem. Mike, thx for working on reproducing bugs like this - here's a way to be even more helpful: if you run with the js console turned on, for a lot of front end bugs, you'll actually see useful information in the js console that will help us track down the problem - in this case, * Call to xpconnect wrapped JSObject produced this error: * [Exception... "Component returned failure code: 0x80550018 [nsIMsgDBView.getURIF orViewIndex]" nsresult: "0x80550018 (<unknown>)" location: "JS frame :: chrome ://messenger/content/mailCommands.js :: deleteJunkInFolder :: line 675" data: n o] if you ever see an Exception in the js console, that's very likely a cause or at least a symptom of the problem.
Assignee: mscott → bienvenu
| Assignee | ||
Comment 3•20 years ago
|
||
need to catch a couple exceptions.
| Assignee | ||
Updated•20 years ago
|
Attachment #164806 -
Flags: superreview?(sspitzer)
Comment 4•20 years ago
|
||
OK, thanks for the tip.
Comment 5•20 years ago
|
||
Has a patch, setting TM to 1.0 for consideration.
Target Milestone: --- → Thunderbird1.0
| Assignee | ||
Comment 6•20 years ago
|
||
fixed on trunk and branch
Comment 7•20 years ago
|
||
*** Bug 270471 has been marked as a duplicate of this bug. ***
Comment 8•20 years ago
|
||
*** Bug 273023 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Attachment #164806 -
Flags: superreview?(sspitzer)
You need to log in
before you can comment on or make changes to this bug.
Description
•