Compose Link no longer works - w/ fix
Brought to you by:
owenjm
Since the switch to the new gmail interface, the 'compose' link no longer works. (Firefox 2.0.0.11, Ubuntu 7.10)
My workaround was to change line 2052 of the script from this:
run_command($gmail_command, get_login_href("https://mail.google.com/mail/?&ik=&view=cm&fs=1&tf=1&zx="));
to this:
run_command($gmail_command, get_login_href("https://mail.google.com/mail/??view=cm&tf=0#compose"));
With that change, it seems to work fine.
Logged In: NO
Thanks for that - it doesn't seem to be a perfect fix (the half-display of the interface is a bit strange!) but it'll work for now ...
Fixed in SVN.
Cheers,
Owen