5

I have an idea about alternate standard view of e-mail clients, like Mozilla Thunderbird. I need to display expanded message bodies in one feed (like Google Reader displays RSS) instead of headers list + one message body.

Let me visualize this. Standard view: https://i.stack.imgur.com/R5OZ4.jpg. Google reader view: https://i.stack.imgur.com/CRBoM.jpg

I suppose that correct way is to hide XUL elements like threadPaneBox and messagepanebox and instead insert one new element. On startup i will load current folder's messages and render them in this new container.

So, question is - Is it right way to customize message view in Thunderbird? What is the right way to do this? What is the right place to ask this question (maybe it will be better go to some Thunderbird developers forum)? And finally, is writing extension for Thunderbird is best method to bring my idea to live?

Wladimir Palant
  • 56,865
  • 12
  • 98
  • 126
Mikhail Elfimov
  • 153
  • 1
  • 6
  • I suspect that [this guy](http://quetzalcoatal.blogspot.com/search/label/mailnews) is pretty much the only one who can help you here. Changing the way Thunderbird presents its information is tricky to say the least, many parts aren't designed to be extended and documentation is scarce. You will also likely hit issues because the data storage is optimized to the current presentation. – Wladimir Palant Sep 26 '11 at 09:31
  • Thank you! For now i found Thunderbird Conversations extension. This extension have a lot of code i can reuse. – Mikhail Elfimov Sep 27 '11 at 08:09

0 Answers0