Oliver Thylmann wrote:
>
> On Mon, 27 Nov 2000 11:29:09 -0500, Stuart Ballard
> <[EMAIL PROTECTED]> wrote:
>
> Very nice list Stuart. I will give a few comment so the team gets a
> feel for what people think is important.
Thanks! :)
> >4) The ability to specify whether filter processing should stop after
> >this filter or not. For example, I would like to immediately mark as
> >read any messages from my own email address, but I still want these
> >messages moved to folders per my other rules.
>
> Agreed. There are just cases were you want just one filter to be
> applied or several and this would maybe help performance. It becomes a
> bit of a mute point with 6) though.
Well, not entirely... consider:
[EMAIL PROTECTED]: Mark as read, continue filtering
[EMAIL PROTECTED]: Move to mailing_list
[EMAIL PROTECTED]: Move to another_list
It takes a lot more work to achieve this result with just "multiple
actions" - it would need two filters for each mailing_list (one for
messages from me to mark as read, one for others) and a separate filter
for the rest of the inbox to mark my messages as read.
> >6) Multiple actions on the same filter. Eg "move to folder
> >high_traffic_mailing_list AND mark as read".
Stuart.