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

Edit fields of custom search term "Reply-To" is not displayed in Thunderbird 102 #108

Closed
RealRaven2000 opened this issue Jun 1, 2022 · 3 comments
Assignees

Comments

@RealRaven2000
Copy link
Owner

This is obviously a regression caused by changes in Thunderbird Core. It is caused by code injected via

messenger.WindowListener.registerWindow("chrome://messenger/content/FilterEditor.xhtml", 
  "chrome/content/scripts/qFi-filterEditor.js");

is not loaded in time so the appropriate functions don't get monkey-patched before the editor is filled with actions / search conditions.

The code works as expected when manually adding a quickFilters specific search term or action, but the filter editor is incapable / fails to add these correctly from a saved filter, making once generated filters impossible to edit.

@RealRaven2000 RealRaven2000 self-assigned this Jun 1, 2022
@RealRaven2000 RealRaven2000 changed the title Edit fields of custom search term "Reply-To" is not displayed in Thunderbird 101.b4 Edit fields of custom search term "Reply-To" is not displayed in Thunderbird 102 Jun 2, 2022
@RealRaven2000
Copy link
Owner Author

Here is a preview version with a quick fix:

quickFilters-wx-5.5.2pre28.zip

To install, download zip file and drag into Thunderbird Add-ons Manager (do not unpack contents)

@RealRaven2000
Copy link
Owner Author

For using Reply-To the option under Advanced Templates must be activated. This also necessitates restarting Thunderbird, so I added a message to this effect if it's toggled on:

image

quickFilters-wx-5.5.2pre32.zip

To test this version, download zip file and drag into Thunderbird Add-ons Manager (do not unpack contents)

@RealRaven2000
Copy link
Owner Author

Fixed in 5.5.4 - released today

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

No branches or pull requests

1 participant