On May 24, 2010, at 8:25 PM, Peter Hosey wrote:
> On May 24, 2010, at 16:35:43, Jack wrote:
>> I was wondering if future versions of GrowlMail could include an option to
>> NOT show notifications for messages that are being downloaded to Mail.app
>> for the first time but have been read on another computer.
>
> I've filed a ticket for this:
>
> http://code.google.com/p/growl/issues/detail?id=126
This is already done:
if (![message
respondsToSelector:@selector(isRead)] || ![message isRead]) {
/* Don't display read messages */
[[self class]
showNotificationForMessage:message];
}
I'm pretty sure it was my change a long time ago, though I can't find my commit
message for it and hg blame points to the line coming from:
changeset: 4251:f8a902d33769
user: Peter Hosey <[email protected]>
date: Sat Jun 06 21:30:17 2009 -0700
summary: Refactored GrowlMail to have a separate singleton notifier object,
in order to make the mail-bundle class less dependent on being a singleton.
(Assumptions are bad, especially when you're working with private/undocumented
APIs.)
In any case, Jack: Are you using an IMAP or a POP3 mail server?
Cheers,
Evan
--
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.