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

Add simplify pass for typical "archiving" filters #79

Open
mbrt opened this issue Jan 27, 2020 · 0 comments
Open

Add simplify pass for typical "archiving" filters #79

mbrt opened this issue Jan 27, 2020 · 0 comments
Assignees
Labels
kind/feature New feature or request lifecycle/keep-alive Denotes an issues or PR that should never be considered stale.

Comments

@mbrt
Copy link
Owner

mbrt commented Jan 27, 2020

Filters of the form:

{A B C D} -{E F G H}

Could be used as a catch all archive rule (e.g. either of these mail lists but not directed to me, or with this subject line).

This filter can become pretty big and so ignored by Gmail. Rewriting it into a set of filters like this:

A -{E F G H}
B -{E F G H}
...

Would solve the issue (if the exclusion list is short enough).

We should automatically apply this transformation in the SimplifyCriteria step.

@mbrt mbrt added the kind/feature New feature or request label Jan 27, 2020
@mbrt mbrt added the lifecycle/keep-alive Denotes an issues or PR that should never be considered stale. label Apr 5, 2020
@mbrt mbrt self-assigned this Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request lifecycle/keep-alive Denotes an issues or PR that should never be considered stale.
Projects
None yet
Development

No branches or pull requests

1 participant