You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When message subject contains "hello" or "world"", delete message
When message subject contains "hello" or "github", delete message
I want to merge those two to a single filter:
When message subject contains "hello" or "world" or "github", delete message
So that means
if filters contain only "or" statements on the same field and do the same action on a match, a new filter with the exact same action and distinct keywords should be created and the old filters should be removed. That should help reducing the amount of filters
The text was updated successfully, but these errors were encountered:
Prerequisites
Description
Assume we have two filters:
I want to merge those two to a single filter:
So that means
The text was updated successfully, but these errors were encountered: