Changes to a virtual folder's searched folders should be reflected in the folder tree
Categories
(Thunderbird :: Folder and Message Lists, task)
Tracking
(thunderbird113 fixed)
Tracking | Status | |
---|---|---|
thunderbird113 | --- | fixed |
People
(Reporter: darktrojan, Assigned: darktrojan)
References
(Blocks 1 open bug)
Details
(Whiteboard: [supernova3p])
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
|
Details | Review |
In bug 1822815 I'm fixing the folder tree display the searched folders of a virtual folder. But the tree won't be updated if the list of searched folders changes, because nothing emits a notification when this happens.
I'm going to figure out the best place to make such a notification, and teach the folder tree to respond to it.
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Adds a new notification "search-folders-changed" when a virtual folder's list of searched folders changes, and front-end code to update the folder tree.
I'd prefer to make the notification closer to where the change happens (so there's one copy of the code for all paths) but there's no access to the folder object there.
Depends on D175829
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/933e13ff61c9
Update the folder tree when a folder is added to a search folder. r=aleca
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Comment 3•1 year ago
|
||
Comment on attachment 9330513 [details]
Bug 1829565 - Update the folder tree when a folder is added to a search folder. r=aleca
[Triage Comment]
Approved for beta
Comment 4•1 year ago
|
||
bugherder uplift |
Thunderbird 113.0b6:
https://hg.mozilla.org/releases/comm-beta/rev/acc152935837
Description
•