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
Make quickFilters compatible with Thunderbird 91 #48
Comments
Importing filters and filter trouble shooter wasn't working. Also any filters that have no search condition at all will disrupt the troubleshooting process. Patched version: |
Super! |
Merge does not work ... |
thanks for finally using github for bug reporting. What exactly doesn't work - how do you invoke it? When you merge filters they have to have the same (main) action - e.g. move mails to the same folder. |
I tested in Tb86.0b3 with the assistant (assistant is active, I already had a filter that moves mail to pinterest) I moved a mail to the folder "pinterest" and it came up with the merge suggestion for the existing filter. I was able to successfully merge in the condition "recommendations@explore.pinterest.com" which was not pre-existing in the filter. (the condition with @pinterest already existed) |
When I select two filters and want to merge, it does nothing. Uncaught TypeError: stCollection.Count is not a function qFilters-utils.js:1236:63 |
Try this version: There was another instance of Still a side effect from not using APIs I think changes like these will be even more frequent this year: |
Yes, it works! |
Here is the latest version which can run on Thunderbird 88.0b1 - note that the new "sort search terms" feature in the filter editor is still experimental! Install by downloading the zip file and then dropping it into Thunderbird Add-ons Manager. Compatible from Thunderbird 78 forward. I had to drop the strict_max_version for now, because 88.0 isn't yet listed as valid version but absolutely no guarantees for running it in 89 or higher!! |
Latest version, including the "Sort search terms" feature on the edit filter dialog: Install by downloading the zip file and then dropping it into Thunderbird Add-ons Manager. Compatible from Thunderbird 78 forward. |
Latest version see below
To install, download the zip file and then drag that file into Thunderbird Add-ons Manager. |
Latest version see below
To install, download the zip file and then drag that file into Thunderbird Add-ons Manager. |
Latest Version
To install, download the zip file and then drag that file into Thunderbird Add-ons Manager. |
I uploaded a new release to ATN this morning, see https://github.com/RealRaven2000/quickFilters/releases/tag/5.3.1 I also finally created the product for a quickFilters domain license on the fastspring shop. I just need to add the decryption keys for domain licenses in the next quickFilters release |
Closing this bug now as we move on into the phase of using more official API technology and slowly replacing experimental APIs where possible |
Thunderbird 86 introduced multi-process browsing (e10s a.k.a. electrolysis) which creates some compatibility issues with some functions.
Quick patch version for 86.0b3:
quickFilters-wx-5.2pre6.zip
To install, download the xip file and drag into Thunderbird Add-ons Manager.
Ongoing bugfixes for beta versions will go here.
The text was updated successfully, but these errors were encountered: