Axel G
Axel G
After investigating the possibility of implementing automatic filters on Sent mail within FiltaQuilla, the following points have emerged: * Thunderbird backend limitations * Filter storage is fully managed in C++...
> Sorry, I don't understand all these details. > > The filter on "Sent" doesn't run ever. Could be a bug? no. Thunderbird doesn't allow automatic filtering on Sent.
build.manifest is out of date, somebody else added this script and it flew over my head, since then I had to modernize the code base - I didn't care to...
Updated build manifest by adding new html folder.
Yes both Add-ons have debug modes - have you checked your error console (Ctrl+Shift+J) what happens when you start up Thunderbird or run message filters on a folder manually?
Feel free to reopen when you need support again.
First time I hear of this (startup cache) According to ChatGPT: 1. Bug 1111948: “disable-startupcache, and re-disable the startup cache on B2G” [Bugzilla](https://bugzilla.mozilla.org/show_bug.cgi?id=1111948&utm_source=chatgpt.com) * This is a Mozilla Bugzilla entry...
> No mater what I do I always get this error, I'm now on a clean install with no other add-ons besides filtaquilla > If it wqs already reported as...
....aaaaand - they removed it: https://searchfox.org/comm-esr128/source/mailnews/base/test/unit/test_detachToFile.js https://searchfox.org/comm-central/source/mailnews/base/test/unit/test_detachToFile.js I am not sure in which version though, need to dig a little deeper for that. It was expected, so we need to...
> 140.4.0_ESR works ok. Just to confirm they did remove `messenger.detachAttachmentsWOPrompts` in [Thunderbird 142](https://bugzilla.mozilla.org/show_bug.cgi?id=1788159) so I need to rewrite that function from scratch. interestingly the function was already not used...