In Unified Folders mode, Empty Junk folder on context menu throw error in console and cannot be emptied
Categories
(Thunderbird :: Folder and Message Lists, defect)
Tracking
(thunderbird_esr102 unaffected, thunderbird115 fixed)
Tracking | Status | |
---|---|---|
thunderbird_esr102 | --- | unaffected |
thunderbird115 | --- | fixed |
People
(Reporter: Aureliano, Assigned: darktrojan)
References
(Blocks 1 open bug)
Details
(Keywords: regression, Whiteboard: [Supernova3p])
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
rjl
:
approval-comm-beta+
|
Details | Review |
In Unified Folders mode, Empty Junk folder has no effect. In console I see this error:
Uncaught NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIMsgFolder.deleteMessages]
emptyJunk chrome://messenger/content/about3Pane.js:2346
onCommand chrome://messenger/content/about3Pane.js:506
handleEvent chrome://messenger/content/about3Pane.js:263
about3Pane.js:2346
emptyJunk chrome://messenger/content/about3Pane.js:2346
onCommand chrome://messenger/content/about3Pane.js:506
handleEvent chrome://messenger/content/about3Pane.js:263
It happens both TB 114.0b4 (64-bit) and Daily
Updated•2 years ago
|
Comment 1•2 years ago
|
||
This still happens for me only when emptying the junk in unified mode.
Ben, can you take a look?
Comment 2•2 years ago
|
||
Probably unrelated, but even if the trash is emptied the counter of unread messages is not refreshed.
Comment 3•2 years ago
•
|
||
This could be related to bug 1835358
Reporter | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 5•2 years ago
|
||
Two problems here:
- We're trying to empty a virtual folder instead of the folders it searches.
- Attempting to delete zero messages throws an error.
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Pushed by martin@humanoids.be:
https://hg.mozilla.org/comm-central/rev/ab0b6cede71f
Fix emptying the Unified junk folder. r=john.bieling
Comment 7•2 years ago
|
||
Comment on attachment 9337983 [details]
Bug 1834606 - Fix emptying the Unified junk folder. r=#thunderbird-reviewers
[Triage Comment]
Approved for beta w/ wsmwk via Matrix.
Comment 8•2 years ago
|
||
bugherder uplift |
Thunderbird 115.0b2:
https://hg.mozilla.org/releases/comm-beta/rev/1ca352eb2a10
Reporter | ||
Updated•2 years ago
|
Updated•2 years ago
|
Description
•