Thanks for the info, Peter. > Different from GrowlMail?
On Jan 5, 3:06 pm, Peter Hosey <[email protected]> wrote: > On Jan 3, 2011, at 18:03:16, Aaron Harpole wrote: > > > I'm working on making a Mail plugin support Growl. > > Different from GrowlMail? Yep, it is different from GrowlMail. After some playing around, I found that there was some stray Growl code in my main bundle class and after I commented that out the notifications worked like I expected. > > > … Growl is definitely getting the message because when I look at its log I > > see it: > > Jan 3, 2011 5:45:21 PM Mail: Message unsubscribed successfully. (The > > message was unsubscribed successfully.) - Priority 1 > > > However, when I see other messages which actually display a message in > > Growl, they look like this in the log: > > Jan 3, 2011 4:57:17 PM Echofon: Mention from sonicolelyn (@harpaa01 AARON I > > don't have a sister, its a quote from "he's just not that into you" lol) - > > Priority 0 > > Jan 3, 2011 4:57:17 PM Reserving rect NSRect: {{2280, 1407}, {270, 1}} > > Jan 3, 2011 4:57:17 PM Reserving rect NSRect: {{2265, 1341}, {285, 67}} > > > So it looks like Growl is getting what it needs, but it's dropping the > > ball. Is there something more I ought to be doing here? > > No; once you send the notification to Growl; your job is done. > > Did you declare the notification as enabled by default? Is it enabled in the > Applications tab in the Growl preference pane? -- You received this message because you are subscribed to the Google Groups "Growl Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/growldiscuss?hl=en.
