Open lingfish opened 1 year ago
I cannot reproduce the issue. What is your add-on and exact Thunderbird versions?
Name Thunderbird Version 115.3.1 Build ID 20230928194049
Addon:
Version 2.0.0a15 Last Updated 23 October 2023
This is what I see:
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 libExperiments.getDocumentByTabIndex
doesn't help?
It looks like the libExperiments.js library is missing or not loaded.
You can add some logging to see what's happening. Here:
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: