ashchan / gmail-notifr

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

Multiple accounts don't work on Lion #17

Closed conkhikho closed 13 years ago

conkhikho commented 13 years ago

Hi, I have 5 accounts set up in Gmail Notifr. All of them show the same mails from one specific account.

I'm using your new build for Mac OS X 10.7 Lion.

ashchan commented 13 years ago

@conkhikho, is your system 10.7?

The old version use ruby's net/http, which caused some crash issue under NSOperation, so this part was rewritten in NSURLConnection. For some reason, sometimes it's unable to clear credential for one account while checking another.

Would quitting and restarting gmail notifr solve this?

conkhikho commented 13 years ago

Yes, it's 10.7.

Quitting and restarting gmail notifr doesn't solve the problem.

PS: Thanks for the app btw. It's always been awesome.

ashchan commented 13 years ago

I'll look into this issue. If this doesn't work properly, maybe I'll need to switch back to net/http.

(hard to reproduce this on my two machines, it was happening before so I'm sure there's some thing not quite right).

ashchan commented 13 years ago

@conkhikho, could you test this build: http://dl.dropbox.com/u/471268/Gmail%20Notifr.app.zip ?

See if the issue was solved.

(please note this build is not very stable, accessing the menu too frequently might cause a crash. the code doesn't take care of ui sync very much yet).

conkhikho commented 13 years ago

Hey it works like a charm!

ashchan commented 13 years ago

Cool! Closing this and going to make it work on Snow Leopard.