I've written an AppleScript that'll loop through my Gmail labels using Google Notifier and Growl to display my unread messages. Growl will show the first five messages (in a separate window) and then show a carousel type window where it scrolls through each message. Is there a way to set up Growl so I only see the carousel window?
Also, I know I can write an AS plugin for Google Notifier using the:
on NewMessagesReceived(messages, fullCount) handler but I can't seem to get it do anything. I wanted to send a custom notice to Growl letting me know how many messages in each label before displaying the carousel. I can call Growl from within the handler but if I try to display something like this count of every item of messages I get nothing.
Also, I know I can write an AS plugin for Google Notifier using the:
on NewMessagesReceived(messages, fullCount) handler but I can't seem to get it do anything. I wanted to send a custom notice to Growl letting me know how many messages in each label before displaying the carousel. I can call Growl from within the handler but if I try to display something like this count of every item of messages I get nothing.