[Adium-devl] Following trac tickets
Peter Hosey
boredzo at adiumx.com
Wed Aug 6 20:35:16 UTC 2008
On Aug 06, 2008, at 13:33:25, BJ Homer wrote:
> In this case, I started the ticket. A dev asked for more
> information... and I never received an e-mail.
I wonder if it's an inverted comparison. Something like:
if (commenter in CC_list) and (commenter != submitter):
where it should be:
if (commenter in CC_list) or (commenter == submitter):
</wanton-speculation>
More information about the devel
mailing list