Archive for November, 2009

Extension driven development

Saturday, November 28th, 2009

What then do I mean by "extension driven development"? It is the concept of changing the way that Thunderbird is developed and distributed, with a bare minimum set of core code, and the main features presented as a set of extensions, shipped with the product,  that can be enabled or ...

A day in my spam life

Saturday, November 28th, 2009

Just for laughs, I looked at statistics for my spam yesterday. Here's the results: 1) Spams caught by server-side SpamAssassin: 109 2) Spams caught by local bayes filter after passing SpamAssassin: 49 3) Spam marked by me that got through both filters: 2 (junkpercent scores were 63 and 66) Total Spam: 160 For the server-side ...

ToneQuilla version 1.0.1

Saturday, November 28th, 2009

ToneQuilla version 1.0.1 has been posted on AMO for review (or is available on this site here.) This fixes a bug reported in the forum, where for some users .wav files were playing in the default media player, instead of using Mozilla's internal code.

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 ...

JunQuilla version 1.0.0 released

Monday, November 16th, 2009

Today I released a version of JunQuilla that supports SeaMonkey 2.0, and the latest versions of Thunderbird including the upcoming 3.0RC1 and 3.0.0 The new version can be downloaded from the AMO site here. I've also submitted this version for review so that it can get out of experimental status. JunQuilla ...

GlodaQuilla version 0.3.0 released

Thursday, November 12th, 2009

This release is intended to update GlodaQuilla to work with Thunderbird version 3.0 (including release candidate RC1). You can download the new version of GlodaQuilla here. (GlodaQuilla's main function is to provide access to information about the indexing status of each Thunderbird message in the "gloda" global database.) In addition to ...

ToneQuilla 1.0.0 released

Tuesday, November 10th, 2009

I've now released ToneQuilla version 1.0.0 on AMO. This allows users in Thunderbird 3.0 and SeaMonkey 2.0 to play a particular sound as a filter action, so that different types of emails can play different sounds. In this release, I've fixed some bugs, plus added support for some new sound formats. ...

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 ...