Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not possible to create filter rules with negative conditions (does *not* contain, etc.) #10649

Open
jancborchardt opened this issue Feb 4, 2025 · 0 comments

Comments

@jancborchardt
Copy link
Member

Is your feature request related to a problem? Please describe.

Most of my filters include a negative condition, e.g.:

  • Messages not having specific people in the "to" field
  • Messages with specific words in the title except if from specific people

Currently it is only possible to compare with "positive" conditions like:

  • is
  • contains
  • matches

Image

Describe the solution you'd like

The conditions comparator could be expanded to:

  • is
  • is not
  • contains
  • does not contain
  • matches
  • does not match

Describe alternatives you've considered

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 👓 Design review
Development

No branches or pull requests

1 participant