Is there a way in the selection syntax to have an `'or'`? I'd like to have multiple or'd options after the `'and'`, or at least be able have `'from.domain'` match one or more other domain names (e.g. `'from.domain IN'`).

```c
select = "content-type.type = text and content-type.subtype = html and from.domain = 'tivo.com'"; // or #flags.flag =[x] 'HTMLReply'";
```

_______________________________________________
mailmate mailing list
[email protected]
http://lists.freron.com/listinfo/mailmate

Reply via email to