Axel G

Results 1214 comments of Axel G

> If we execute JavaScript from a filter, exit that filter and proceed to another, and execute more script there, are variables still in-scope? no the whole context gets destroyed,...

> * Avoid duplicating functions that have already been created further up in the filter list. > > * Avoid duplicating functions that have already been defined by a filter...

Hmm, I thought you already had this feature? One could use / for direct parent folders and > for skipping all folders and finding matching subfolders (matching word starts). Example:...

I will have to look into it, currently reading the contents of the mail is a can of worms, hoping that we can push this out to using the web...

> I currently have 3 options in place, in the "Filter Rules" window: > > "Manually Run", "Getting New Mail: Filter before Junk Classification" and "Periodically, every 10 minutes". >...

I made some improvements regarding save attachments, not using the internal helper function `saveAllAttachments()` anymore which was removed in Tb136. New version to test (minimum supported Version of Thunderbird is...

> Is there a way to send results back into Tb from a CLI that's run via Run Program? > > If not, consider: Have one filter that runs a...

> I'd been searching around for an option to have Thunderbird fully delete a message the instant it's received, **without moving to trash** or notifying, as though it never even...

Here is a script I tested in Thunderbird 133.0b2, should also work in 128: ```js var txtDebug = "", i=1; for (var m of msgHdrs) { txtDebug += `\n${i++}. ${m.subject}`;...

Update to 115 or 128 then it will work. I cannot support such an old version.