-
Notifications
You must be signed in to change notification settings - Fork 23
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
Patch for TB 68 #92
Comments
I'm just installed it and tested. |
Hello rzroth. Thank you for continuing to develop expression search for current versions of T-Bird. Greatly appreciated. I installed 1.4.2-tb.xpi into version 68.9. While T-Bird launched, I could not access any emails. Nor could I access the Add-ons module to uninstall it. I uploaded the console error report as a word file to this post. (Did not know how to export the file.) |
Man this is awesome |
While this sounds promising, I would strongly caution against installing something from a website that doesn't even have HTTPS set up, where the dev claims they don't have github access (from a github account -- what access is lacking? Anyone can fork their repo and develop there) |
@markwmuller I second that. That being said, though, the .xpi is just a zip which you can unpack and verify the Javascript code for any malicious/suspicious actions (I haven't done that myself). |
It's unlikely anyone has a MITM attack server on people's routes but, yes, HTTPS would be better.
They're talking about write access on the existing repository. It's still wise to exercise caution, but remember that @rzroth We appreciate your work, but could you please fork the repo on Github, commit the changes to your fork, then open a pull request? Then everyone can see what's changed and why. |
@rzroth: I will close my pull request if you create one. If you are unsure how there is a short documentation , e.g. here: https://opensource.com/article/19/7/create-pull-request-github Thanks alot for your efforts. Hope you will maintain a fork of this great add-on! |
Works for me, thank you @rzroth @riedel ! |
Installed. Happy :-D |
I've tried to install it (both @rzroth xpi than following instructions reporte by @markwmuller), but it's saying that is non compatible with TB 68.10. Any suggestion? |
The manifest.json is too strict, change to: "strict_max_version": "68.*"
and it works fine.
I'll upload the git/xpi file later today
Does anyone have guidelines as to how strict the settings should be ??
On 7/2/2020 5:20 AM, gsappa wrote:
I've tried to install it (both @rzroth <https://github.com/rzroth> xpi
than following instructions reporte by @markwmuller
<https://github.com/markwmuller>), but it's saying that is non
compatible with TB 68.10. Any suggestion?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#92 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACTLXVBOFURRDKSAPG775ATRZRGMHANCNFSM4NOILJXQ>.
--
Rich Roth
CEO TnR Global
Bio and personal blog: http://rizbang.com
Building the really big sites: http://www.tnrglobal.com
Small/Soho business in the PV: http://www.hidden-tech.net
Places to meet for business: http://www.meetmewhere.com
And for relaxation: http://www.welovemuseums.com
http://www.artonmytv.com/
Helping move the world: http://www.earththrives.com
|
I changed the manifest.json like this, and it works fine. The manifest.json |
Hi all. Disclaimer: Not a coder. Never used github to pull, fork or anything else code-related. Help gratefully received! I tried the following, but so far nothing worked for me:
I keep getting the message that the add-on cannot be installed as it is incompatible with t-bird 68.10.0 (64). Does anyone have any suggestions on what might be wrong, or what else I could try? |
I really need this extension for my daily work... It stopped working again on TB 68.11.0... |
|
Check here: #95 |
The best solution will be a native TB support, please add your vote here |
I made a hacked version (notes below) you can find at:
http://www.tnrglobal.com/2020/05/thunderbird-addons/
Hack issues:
1) It does require TB restart although it doesn't report that.
2) I've mainly used search and Ctl-Shift FIELD for searching,
SO please try your favorite options and let me know if it works.
3) I don't have access to add better update info
4) FYI, This is a legacy mode extension
I call it hacked because I not a extension pro, even if I am a Kernel level professional programmer.
good luck. It is not in any way compromised as many use hacked to mean.
If I get github access I will make a branch for this.
The text was updated successfully, but these errors were encountered: