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

First step to TB60+ compatibility. #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sphh
Copy link

@sphh sphh commented Aug 21, 2019

I followed the steps outlined in https://developer.thunderbird.net/add-ons/updates and https://wiki.mozilla.org/Thunderbird/Add-ons_Guide_57. The thus modified add-on starts but has a problem with the preferences. Unfortunately I don't know the inside of TB add-ons, so I don't have a clue how to deal with that.

I hope that someone can look at the preferences

These are the problems:

  • No icon in Menu > Add-ons.
  • When I start the preferences windows from Menu > Add-ons, it get this error:
Missing preference for ID extensions.replymanager.enabled  preferencesBindings.js:113:11
	onDOMContentLoaded chrome://global/content/preferencesBindings.js:113:11
	<anonymous> chrome://global/content/preferencesBindings.js:269:42
  • Same for
Missing preference for ID extensions.replymanager.includecc  preferencesBindings.js:113:11
Missing preference for ID extensions.replymanager.includebcc  preferencesBindings.js:113:11
Missing preference for ID extensions.replymanager.boilerplate  preferencesBindings.js:113:11

I also get the following Error, when TB starts:

NS_ERROR_UNEXPECTED:  replyManagerCalendar.jsm:12
	<anonymous> resource://replymanager/modules/replyManagerCalendar.jsm:12:20
	<anonymous> resource://replymanager/modules/replyManagerUtils.jsm:15:32
	<anonymous> chrome://replymanager/content/replyManagerMsgHdrViewOverlay.js:4:29

I can change the line in replyManagerCalendar.jsm, move it around, … the error is always in line 12 independent of the contents.

* But preferences do not work.
@sphh sphh mentioned this pull request Aug 21, 2019
@ghost
Copy link

ghost commented Nov 25, 2019

whats needed to get this addon up and running again? would be willing to pay for a maintainer to fix it, since i dont have any experience with thunderbird addons.
@sphh thanks for your work thus far

@sphh
Copy link
Author

sphh commented Nov 25, 2019

Hi @olivier-magloire, you asked what's needed to get this up and running again? Well, I think it's the configurations system which needs updated. Maybe @antoniomorais360 can help?

@antoniomorais360
Copy link

Actually it is not working here too. In the past, paid for fix it and share.

@sphh
Copy link
Author

sphh commented Nov 25, 2019

Whom did you pay to get it fixed?

Actually I was hoping that you could have a look, why it is not working (because you have one of the forks and my knowledge of java[script] and Thunderbird's configuration system is virtually non-existing …)

@antoniomorais360
Copy link

I posted a project on freelancer.com and it was fixed for a few years, but when they released the new version, the replymonitor was crashed again. https://www.freelancer.com/projects/javascript/Thunderbird-add-Reply-Monitor-Update/proposals

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

Successfully merging this pull request may close these issues.

2 participants