Closed
Bug 1895376
Opened 1 year ago
Closed 1 year ago
Add abort conditon for subfolder traversal for virtual folders, which search their parent (loop of death)
Categories
(Thunderbird :: Add-Ons: Extensions API, defect)
Thunderbird
Add-Ons: Extensions API
Tracking
(Not tracked)
RESOLVED
FIXED
128 Branch
People
(Reporter: john, Assigned: john)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•1 year ago
|
||
This partially reverts a change introduced by adding support for unified
folders and virtual folders in general. We usually do not expose the
search folders of virtual folders in the UI, except for unified folders.
The original implementation however did expose them for all virtual
folders, which caused infinity loops in FolderManger.traverseSubfolders(),
if such a virtual folder searched its parent.
This patch stops exposing search folders as subfolders, except for
unified folders.
Updated•1 year ago
|
Assignee: nobody → john
Status: NEW → ASSIGNED
| Assignee | ||
Updated•1 year ago
|
Keywords: checkin-needed-tb
Target Milestone: --- → 128 Branch
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/5a7bcd61bc25
Revert exposing "subfolders" of virtual folders. r=aleca
You need to log in
before you can comment on or make changes to this bug.
Description
•