Rated 5 out of 5 stars

So originally when this broke a few days ago I did Xander/Divirsit's fix and it seemed to work good. However earlier today I noticed that it stopped letting me left click on the user account and correctly pull up the gmail mailbox in a new tab. It would always redirect me to the gmail login page instead of auto logging in like it always did.. I ended up modifying the link in gmServiceGmail.js as follows:

this._loginURL = "https://www.google.com/accounts/ServiceLoginAuth";
should be changed to this
this._loginURL = "https://accounts.google.com/ServiceLoginAuth";

After I changed that I can now click on a mailbox from gmail manager and it launch the mailbox fully logged in like usual. If anyone else started having this same problem today try the above change, hopefully it works..

I'm hoping the dev picks back up this add-on or maybe we'll have to repackage it and release it soon under a different name.