ashchan / gmail-notifr

A MacRuby Gmail Notifier for Mac OS X
https://ashchan.com/projects/gmail-notifr
260 stars 32 forks source link

Support for delegated accounts #29

Closed AfzalivE closed 12 years ago

AfzalivE commented 12 years ago

Delegated inboxes have a specific link that always points to them. For eg. if http://mail.google.com is your main inbox, its delegated inbox could be https://mail.google.com/mail/b/122/u/0/#inbox

Perhaps allowing users to specify these URLs for their delegated inboxes is a way of supporting them. I added a custom URL field to my fork for this purpose.

ashchan commented 12 years ago

Thanks.

I'm curious how many google app users use custom url. If not so many, adding a field might be too confusing for most of the users.

When you setup a custom url, does the default app url [ mail.google.com/a/yourdomain.com] still work? If not, then this is truly a must have option for those with custom url.

BTW, the project settings still support 10.6. Your changes have set the deployment target to 10.7.

Let's see if this should be a must-have field.

AfzalivE commented 12 years ago

it doesn't get affected if the user doesn't provide a custom url but i realized last night that I'll need to change the message link for these inboxes too. This was more of a personal change that i thought some might like.

Yeah sorry for any changes to the build environment, should've discarded those.

ashchan commented 12 years ago

I see. We'll keep the mainstream as it is now. In the future if other users request this custom url feature we could then merge them in.

AfzalivE commented 12 years ago

Cool.