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

merged filters: some conditions not working #2

Closed
RealRaven2000 opened this issue Dec 4, 2019 · 1 comment
Closed

merged filters: some conditions not working #2

RealRaven2000 opened this issue Dec 4, 2019 · 1 comment

Comments

@RealRaven2000
Copy link
Owner

when merging multiple filters, sometimes conditions will not work. This is caused by mixing filters with different radio buttons "all conditions" vs "any conditions". Apparently the merged filter conditions internal "booleanAnd" attributes are not changed towards that of the target filter. So if the target (first) filter has "any" and the merged filter has "all" it may lead to some (or all) of it's conditions being to ignored.

Workaround: to fix such a filter change the condition from any to all, and save it, then change it back and save again. Unfortunately even though you can have mixed and / or operators for all conditions, the THundebird UI currently does not support managing down to this level. And it's very difficult to build a meaningful interface for building nested conditions, that is also easy to use.

@RealRaven2000
Copy link
Owner Author

Fixed in release 2.0 - added troubleshooter and a more resilient way of copying conditions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant