-
Notifications
You must be signed in to change notification settings - Fork 13
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
Headers not showing in TB 115 #34
Comments
I cannot reproduce the issue. What is your add-on and exact Thunderbird versions? |
Could it be something to do with OS specific package build particularities? |
Not sure how to troubleshoot that for you. I'm on Debian bookworm. I actually just downgraded back to 102.15, 115 is quite the eyesore for me. Still want to try to fix the issue though. The log referencing |
It looks like the libExperiments.js library is missing or not loaded. You can add some logging to see what's happening. Here: rspamd-spamness/experiments/libExperiments.js Lines 20 to 25 in fa5dc2c
diff --git a/experiments/libExperiments.js b/experiments/libExperiments.js
index 675b552..67fb77f 100644
--- a/experiments/libExperiments.js
+++ b/experiments/libExperiments.js
@@ -19,7 +19,9 @@ libExperiments.getContentWindow = function (window, tabIndex) {
throw Error("Could not find the XUL <browser> object");
};
+console.log("loading");
libExperiments.getDocumentByTabIndex = function (windowId, tabIndex) {
+ console.log(windowId, tabIndex);
const window = Services.wm.getOuterWindowWithId(windowId);
return libExperiments.getContentWindow(window, tabIndex).document;
};
|
Hi, I'm not seeing spam headers in the message pane.
Preference is set right:
I'm seeing this in the error console:
The text was updated successfully, but these errors were encountered: