Thunderbird 60 / Addon CompatibilityI have a beta update for Message Archive Options:
I am also a new owner so I will be able to update ATN after some testing. https://addons.thunderbird.net/en-US/th ... src=search Repository: (beta XPI in latest beta branch) https://github.com/cleidigh/Message-archive-options-TB.git Changes: - install.rdf : bump version, add type - options.xul : add new CSS reference for preferences
Morat: I can pick up New mail Attention as well as contacting the original author. Just want to make sure no one is already doing this... @cleidigh
I'm not working on the New Mail Attention extension. I thought there would be no easy fix for the Message Archive Options extension and the Super Date Format extension since the developers removed the toLocaleFormat method. toLocaleFormat http://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleFormat Well that may very well be an issue. But I mentioned I still need to do more testing. The UI appears okay so far, I'm working on this today.
morat
hat tip to you - fooled by defaults... With toLocaleFormat !== toLocaleDateString at all , I found a great replacement: https://github.com/thdoan/strftime I don't need a full strftime() replacement for 'Message Archive Options', but as you pointed out 'Super Date Format' certainly does. The strftime function from thdoan is really small and nicely done. There should be no problem with the MIT license and as a courtesy I contacted the author and he is fine with the use. If it makes sense I can add 'Super Date Format' to my to do list. I'm still getting my wings with Thunderbird so nothing 's fast yet. Thanks for the tips SearchWith 0.4.4.1
Now works properly in Thunderbird 60. New version available at https://github.com/kswartz26/SearchWith (direct download) Note: this modified archive is NOT signed. * chrome/content/conquery/main.js
* chrome/content/conquery/sw-conquery.js
* chrome/content/searchwith.js
* chrome/content/searchwithOptions.js
I have to extend my gratitude to the contributors of this thread. I had been mourning the loss of one of my favorite Thunderbird extensions, SearchWith, since moving to v60. Today, I finally got nerd-sniped enough to see if I could fix it. After about 30 minutes of digging around, I found this thread, and there were enough details in here to pull it off. Happy to be able to contribute back. - Keith
Software & Compliance Architect
Hello morat, could you help me with this? I would like to use this addon again. I have set "extensions.strictCompatibility" to false. Downloaded the latest version from minimizeOnClose 1.3.2 from the website. TB said i can´t install the addon because its not compatible. Furthermore how/where i have to include the code you posted? Would be great if you send me a dm. Thanks for your help! EDIT: Sorry, now it works. Ignore this post and thanks for your work ![]() cubeflex:
You need to make the fixes (changes) he documented to three files stored in the *.xpi file before trying to install it. The *.xpi file is just a renamed zip file. I suggest you use 7-zip to edit the files in place. You can open the archive, select a file, right click on it and select open, edit it using the default text editor, save the file, and when you close the text editor 7-zip should ask you if you want to update the archive with the edited copy of the file.
Thanks for your help! It works perfect! ![]() I notice that on the OP is saying that minimizetotray reanimated is broken, but it's not, it works just fine because there's been updating on it https://addons.thunderbird.net/en-US/th ... eanimated/
Also, is there anyone that can fix Autocopy https://addons.thunderbird.net/pt-PT/th ... src=search ? @onesolo: Thank you, updated the first post for MinimizeToTray
![]() Autocopy 2 1.2.91 [Properties broken]
AFAICT, I got the Autocopy 2 extension working correctly in Thunderbird 60. Fix: * install.rdf
* chrome\content\optionsTb.xul
* chrome\content\overlayMail.js
AutoCopy 2 http://addons.thunderbird.net/thunderbird/addon/337159 P.S. In the 3pane window and addon options dialog, I get document.getElementById(...) is null errors in the overlayMail.js and options.js files after fixing the extension. I think the developer is letting the extension error on purpose so you can ignore these errors.
thkx a lot... going to see if it works By the way, there's a completely addon for firefox, webextension addon, that works in the same way, but the dev refuses to port it to TB. https://addons.mozilla.org/en-US/firefo ... clipboard/ If someone here could port this to TB it would be great... I already tried to look it but the files structure from webextension are a bit different from legacy addons and I don't have the skill to modify them... ![]() Well, in the meantime autocopy modification worked just fine!!! Thkx!! I guess I don't have more issues with the new TB !!! until they break with the old addons @onesolo
The developers are still working on the WebExtension APIs for Thunderbird. Thunderbird WebExtension APIs http://thunderbird-webextensions.readthedocs.io/en/latest/ AutocopySelection2Clipboard uses these APIs... http://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/notifications http://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/storage http://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/webNavigation I don't think these APIs are available yet. https://groups.google.com/forum/#!topic ... d5dnRMiqRs has several PDF attachments (top 10, top 25, top 100 etc.) about the status of all the add-ons on thunderbird.net (when updated, how many days since it was updated, authors, number of daily users, number of downloads, does it claim to work with version 52/58/60/61+, etc.)
Who is onlineUsers browsing this forum: No registered users and 2 guests |
![]() |