Reputation: 13
I'm currently working on a project using the Thunderbird WebExtension API (v78) and I want to change how messages are displayed in Thunderbird when the thread view is selected.
Currently, the message view is as follows : picture 1.
I can't click on a message to display it. I have to find each message to see his content.
What I'm looking to code is something like in Gmail : here, the messages are not displayed but if I click on a message, it will be displayed entirely.
I'm trying to code this feature with the Thunderbird WebExtension (v78) which can be found here : https://thunderbird-webextensions.readthedocs.io/en/78/ but I can't find how to have access to elements in the thread view (the view in picture 1). I have access to the messageDisplay panel when a single message is displayed, but not when a tread is displayed.
So my question is : is there a way to access to the thread display panel ?
Thank you,
Léo
Upvotes: 1
Views: 214