Archive for the ‘FiltaQuilla’ Category

Javascript filter action in Thunderbird with FiltaQuilla

Wednesday, June 16th, 2010

I received an email today asking that I add a feature to FiltaQuilla. Slightly edited, the author said: Something I've found myself doing at work is creating a new filter for every folder I create. I work on technical cases and for each new case number I create a ...

Javascript custom filter action in new FiltaQuilla

Thursday, May 20th, 2010

I recently released a new version of FiltaQuilla for Thunderbird and SeaMonkey, and one of its cool new features is a custom filter action that runs arbitrary JavaScript. This relies on new backend features, so you'll need TB 3.1 beta2 or later for this to work. Mitra recently pinged bug 249191 ...

FiltaQuilla 1.0.0 released, adds custom search terms

Wednesday, December 2nd, 2009

Well I finally decided to quit adding new stuff, and just get a compatible FiltaQuilla out the door that works with Thunderbird 3.0 and SeaMonkey 2.0. You can get the new version from Mozilla's download site here. In addition to some new filter actions (print, add sender to address list, and ...

Maybe I need a search extension – SearchaQuilla?

Friday, November 20th, 2009

The last few weeks I've been adding custom search terms to my FiltaQuilla extension using the new nsIMsgSearchCustomTerm interface, which can then be used in searches, virtual folders, or filters. But I keep coming up with new things that I want to do. That delays my packaging of FiltaQuilla 1.0.0 ...

Inherited Folder Properties – revisited

Friday, November 6th, 2009

In a previous posting, I introduced the concept of inherited folder properties in the Mozilla mailnews products (Thunderbird and SeaMonkey). In the months since, I have incorporated these into my extensions quite significantly, so here I would like to show the UI I am currently using for this, and also ...