Thunderbird + Content Tabs = google wave support

Immediately to the news itself, Thunderbird 3 now has the opportunity to use the Google WAVE service. This is pretty easy to achieve.
We go to
')
Tools -> Error ConsoleIn the line of
code, enter the following script
Components.classes ['@ mozilla.org/appshell/window-mediator;1']. GetService (Components.interfaces.nsIWindowMediator) .getMostRecentWindow ("mail: 3pane"). Document.getElementById ("tabmail"). OpenTab (" contentTab, {contentPage: "
wave.google.com/wave/?nouacheck "});
We press
to execute and close the console. we have a tab with Google WAVE, log in and use.
PS: It is strange that there is no separate blog about Thunderbird in Habré.
Source: https://habr.com/ru/post/78062/
All Articles