Mark Banner
Mark Banner
[As per the FAQ](https://github.com/thunderbird-conversations/thunderbird-conversations/wiki/FAQ#message-display), this generally hasn't been done because of the additional complexity that it would create in the code. I think it might be a little more viable...
If you open the error console by going to the three bar menu -> Tools -> Developer Tools -> Error Console, does it show anything when you try double clicking?...
> What actually happened? Not a thing Just to confirm, does that mean no window opened at all? That error message should not stop a window being shown, but it...
Thanks for the submission. Unfortunately at the moment Thunderbird doesn't provide an easy way for extensions to get the required information about the identity. I've filed [a bug about that](https://bugzilla.mozilla.org/show_bug.cgi?id=1793336)....
Unfortunately I can't reproduce this. I took a look through the code and I can't see anything obviously wrong. Have you double-checked under the OpenPGP key manager that the certificates...
As a data point, Firefox for Android reworked the UI last year to have the address bar at the bottom for precisely the usability issue. To me the new UI...
Note, as this appears to have stalled out, I've started working on adding the options to the configuration. As a first step, I've added command line arguments to echo ESLint...
> Is there anything I can do to help get this over the finish line? In a world where we already have a ton of config files in the root...
@Airkro I think you'd need to fork this repository, then copy your changes across from your repo into the fork on a new branch. You could then push your changes...
> The processor API also lacks the ability to access the configuration `settings` part, which is used when parsing to know if it is XML or HTML, One option here...