This article shows simple tutorial on how to open Google Wave using Thunderbird 3.0 content tabs. Content tabs allow users to browse in (mostly) the same way as with a browser. See test video and steps on how to make it happen.
Steps
- Get the Thunderbird 3.0 aka Shredder from mozilla Launchpad PPA:
- https://launchpad.net/~micahg/+archive/mozilla-beta
- The code to open Google Wave tab in the new thunderbird content tabs:
Components.classes['@mozilla.org/appshell/window-mediator;1'].getService(Components.interfaces.nsIWindowMediator).getMostRecentWindow("mail:3pane").document.getElementById("tabmail").openTab("contentTab", {contentPage: "https://wave.google.com/wave/?nouacheck"});Just go to Error Console and paste line above.
Original code are from here.