Mozila Thunderbird 3 just come with a wonderfull feature. The new Google wave tab inside it has solved the problem of another inbox for Google wave tool. Also great to know that it should be gain with a single JavaScript line.
Now,with this upcoming feature in Mozilla Thunderbird 3 you don’t have need to open Google Wave as different programs. So,we will able to use Google wave and Thunderbird inside a single window and whenever we want to check our mail as well as want to check Google Wave we can do it in Thunderbird 3 window.
How to use Google Wave inside Mozilla Thunderbird 3
- Open thunderbird 3
- Go to tools menu then select Error console.
After clicking Error Console one window opens which had address bar.

3.In that address bar copy and paste javascript code given below.
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”});
After pressing enter it will ask to login into your account, So login and enjoy Google Wave with Mozilla Thunderbird 3.
