Axel G

Results 1214 comments of Axel G

We have moved forward: [filtaquilla-5.0pre83.zip](https://github.com/user-attachments/files/19608502/filtaquilla-5.0pre83.zip)

Not a typo. But they changed the function name, see: https://searchfox.org/comm-esr115/source/mailnews/base/public/nsIMsgMessageService.idl#103 https://searchfox.org/comm-esr128/source/mailnews/base/public/nsIMsgMessageService.idl#101 that's always the risk when we use "experimental" code - meaning legacy code to get at the good...

Here is a quick fix version. It's fully backwards compatible so it can be installed in both Tb115 and Tb128 as I included both options depending on their presence. [filtaquilla-4.2pre4.zip](https://github.com/user-attachments/files/16322132/filtaquilla-4.2pre4.zip)...

https://searchfox.org/comm-esr128/source/mailnews/base/public/nsIMsgMessageService.idl#88 this is the function that is used to save a message as file: ```js /** * When you want to spool a message out to a file on disk....

can you check whether this is related to - regular expression search in body - multiple regular expression search terms in a single filter there is some slightly changed code...

When testing, you can use debug mode and the additional settings you get when you right-click the debug mode checkbox for additional info in JS error console: ![image](https://github.com/user-attachments/assets/11b0d1ca-89e0-400a-ba77-d6774b244769) if there...

Can you try the latest prerelease? [filtaquilla-4.3pre66.zip](https://github.com/user-attachments/files/17792178/filtaquilla-4.3pre66.zip) there are some improvements in handling anything that's related to streaming the message (e,g, to regex body) ---- To try the version above...

thanks - can you send me a matching email off list (export as eml format which is easiest to import) so I can test your regular expression with it. I...