compatible with google apps gmail?
|
|
I get weird button behavior from this script. The page looks like it should, but when I click the 'compose' button, I'm directed to a gmail login page. Actually, all the buttons do this. I am using gmail with my google apps account. I have disabled my other gmail-related extension and scripts (I only had Better Gmail running), just to see if that would make a difference. This script looks great though. |
|
|
I didn't even think about google for domains. I will try to fix this in the next release.
|
|
|
I'll stick my hand up here as well. I love the look of this script. If it worked for Apps it would be perfect. Thanks, Jamie. |
|
|
Didn't see this before and posted in the issues page. Anyway, here it goes again: What I did to correct this behavior was put this: var address = new String(location).split("?")[0] in the begining of the initializeFolderImages() function, and then replace all hardcoded "https://mail.google.com/mail/" with the address variable. So "https://mail.google.com/mail/#contacts" becomes address + "#contacts" This needs some more testing, but it's working for me. |
|
|
In addition to the url there is one more issue of hiding the header. I am using:
|
|
|
Vinnie U R def Cool! This part of the script was conflicting with others I was also using. I had no idea what I was doing but somehow I got it to work. Thanx mate. |