-
Notifications
You must be signed in to change notification settings - Fork 6
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
Messages in Owl mailbox are untouched #119
Comments
Thanks for reporting!
Where do you observe that? Is it in this view from the debugger? That's surprising, because I'd expect
The add-on doesn't work the same now, and it no longer checks the message prefix as it used to do to detect a patch. So the fix that you mention would no longer apply (and the cause for the bug is likely different, as well). I'm sorry I don't have any Owl account, so I'm not really able to troubleshoot the issue further 😞. Do let me know if you find something or if I can assist in some way, though. |
Yup, that's right. In a local mailbox I see it like you do: But in an Owl mailbox it only shows up in the
That was my interpretation of
I figured it would be something like that.
I've never worked on Thunderbird extensions, but I'm happy to try whatever debugging/troubleshooting steps are necessary. Do you have any suggestions? |
Not really sure. You can recompile the add-on locally with I have no idea why things run differently for your Owl mailbox, I don't understand why the extension runs in a different thread in that case. Looking at the description of the Owl add-on, it's probable that the developer has more knowledge about add-ons programming, or at least might have knowledge about what differs; maybe it's worth shooting an email to the support address, just to see if they've got an idea of what might be “interfering” with Colored Diffs? |
Pretty much as it says in the title. Any messages in my Owl mailbox aren't colored, but copying them to a local mailbox allows them to be formatted correctly.
The inspector seems to suggest that
content.js
isn't loaded in (onlybackground.js
andtransformations.js
are).I found #89 which seems like a very similar issue (Owl being the spiritual successor to ExQuilla) but I can't see how the fix there was ported to the rewritten version of this extension.
The text was updated successfully, but these errors were encountered: