Your Ad Here
Loading

Thunderbird 3.0 + Google Wave + Ubuntu

December 13, 2009

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
If you're not sure how to install package from PPA this here is an example on how I do it.
  • 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.

blog comments powered by Disqus