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

Rewrite "Reply-To" custom condition to work without bindings. #39

Closed
RealRaven2000 opened this issue Nov 29, 2020 · 2 comments
Closed
Assignees
Labels
bug Tb78 Thunderbird 78 regression

Comments

@RealRaven2000
Copy link
Owner

Thunderbird 78 removed bindings, completely. This means that the template for reply-To (and the added custom search condition for this) need to be rewritten in JavaScript. Luckily I already invested a number of days to solve this major problem in FiltaQuilla, so I have to transfer this technology to quickFilters in order to assure that filters based on replyTo are still working.

@RealRaven2000 RealRaven2000 added bug Tb78 Thunderbird 78 regression labels Nov 29, 2020
@RealRaven2000 RealRaven2000 self-assigned this Nov 29, 2020
@RealRaven2000
Copy link
Owner Author

I also realized that the "two-way addressing" feature might not be good for a reply-to list so I removed adding automatically adding the condition for the "from" field even if this option is enabled:

image

"two way addressing" is mainly used for creating filters that work well for threaded replies (based on from address) and may not be suitable for the reply-to case (?)

@RealRaven2000
Copy link
Owner Author

Fixed in release 5.0

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

No branches or pull requests

1 participant