In particular, the difference between =[x] and =[c]? But anything would be helpful!

I'm trying to constructor a selector for messages that aren't from me. The ``Personal Inbox`` example uses:

        filter = "#recipient.address = $SENT.from.address";

for messages which *are* to me. Unread messages uses:

        filter = "#flags.flag !=[x] '\\Seen'";

to exclude anything containing a tag.

So I would guess that it should be something like:

        $SENT.from.address !=[x] from.address

except that crashes MailMate, so I guess not! :)
_______________________________________________
mailmate mailing list
[email protected]
http://lists.freron.com/listinfo/mailmate

Reply via email to