Smartfeeds


Hello!

I just created some smartfeeds by grouping some feeds together. What I want to achieve is, show only unread messages in those smartfeeds.

What I see need to be done is add a group filter, that the messages must have status = Unread and make it the first filter.

MATCH ANY RULES
--Feed name is FEED1
--Feed name is FEED2
--MATCH ALL RULES
----Status is Unread

How can I do that, since the first MATCH ANY RULES condition is the first and the MATCH ALL RULES is second? I need to swap them!

I gather this is the filters I need:

MATCH ALL RULES
--Status is Unread
--MATCH ANY RULES
----Feed name is FEED1
----Feed name is FEED2

Thanks for your help!

Ok, I solved it like

Ok, I solved it like this:
1. I created a new smartfeed with STATUS is Unread rule and combined it with other smartfeeds this way, that the STATUS rule is the top one.