Results 138 comments of Łukasz Kosson

Should be fixed in Thunderbird 134.

I can't reproduce the behavior locally. Try importing attached message - [20241008-1000.zip](https://github.com/user-attachments/files/17288009/20241008-1000.zip) - and see if it shows sender e-mail correctly.

When I import your message, both columns show correct value; not sure why it didn't on your side. ![img](https://github.com/user-attachments/assets/6f0368fd-eafc-4f81-adeb-d36ec2739fd6) If you move the message between folders, does the value reappear?...

I don't think that's possible. Custom column handler/callback receives `nsIMsgDBHdr` object, which allows access only to some selected properties and headers of the message.

This is implemented in [forked version](https://github.com/musznik/firmware/blob/c127b441b9f80dba1ad46b3dce475a210afc4774/src/main.cpp#L1396) by instrumenting `loop()` and `RadioLibInterface::onNotify` to measure time it spent doing actual work (excluding `mainDelay.delay(...)`). It does not include time spent handling interrupts, but...

Hi, this doesn't seem directly related to this project.

I don't really understand what are you trying to do.

I see. That most likely means either your Reporting Services URL is invalid, it doesn't work properly, or there are some problems with authentication. Reporting Services shouldn't respond with `text/html`...

Provide a minimal project based on `ReportViewerCore.Sample` in this repo which reproduces the behavior.