Yves Marcoux
Yves Marcoux
@jeevatkm Thunderbird 140.4.0esr (64-bit) Edition Windows 10 Enterprise (64-bit) Version 22H2 OS Build 19045.6456
It didn't seem like an OS-related problem to me, so I did my own investigation. I think the problem comes from the fact I have two accounts with the same...
But what about line 52 of compose.mjs which retrieves a message by messageId only?
Looking globally at the API https://webextension-api.thunderbird.net/en/mv3/messages.html I have a strong feeling that a messageId is indeed unique at any one time in the whole running application. I will keep my...
Yes, I have 4 different accounts with 3 different email addresses (as I said 2 of the accounts have the same email address). The testing is already done: I had...
Glad I could help. I love this extension, by the way!
The `tei:current` pointer is correctly resolved (@hcayless), but somehow, the `moduleRef`s that have their own source are ignored. The following fix works at least for the cases I need to...
Yes, it does copy the `` itself, and that's the point. At the moment, the resulting ODD (let's call it `tiny-prime_compiled.odd`) has multiple `@module="textstructure"` attributes in it (one for each...
@sydb To add a bit more detail, here are the (pretty-printed) last lines of `tiny-prime_compiled.odd` without my fix: ``` ... ``` We see it has a `moduleSpec` for each of...
> Il reste quelque chose à terminer ? Oui, c'est un work-in-progress.