Archive for the 'Mail' Category

Thunderbird! You’re Annoying us all!

Let me get this out first, I’m a avid fan of all things Mozilla. Even with the limitations they cause, the problems I’ve heard about Firefox and Thunderbird and all that Jazz, I’m still a big fan, current and future consumer of these wonderful applications.

BUT!

Why is it that a bug that has been logged for some time can go so long without being fixed. It sure seems like a very simple fix, but no, its still broken.

What, you ask, am I talking about? Well, its this bug on mozilla’s bugzilla that’s bugging me. While its not a major bug, its annoying and causes me heartache every time I look into my /tmp directory.

The problem is that as Thunderbird creates and moves data around when using a filter rule. It creates temporary files which is all fine and good, but the problem is the code is broken that removes the temporary files. My /tmp directory just fills and fills with these useless little files. It’s driving me insane. Every time I go into the directory to look at something, I’m bombarded with files that are named tmprules-##.dat , where the ## is a number.

Have a look into the directory:

$ ls /tmp/tmprules*.dat | wc -l
492

Why do we need to have 492 files in there? I don’t even have 492 messages I read each day. Come on Mozilla Foundation, take a few minutes and fix this annoying little bug that’s been hanging around since this March!

Cheers,

Herlo

Thunderbird 2.0 - Fedora Core 6

So, I recently installed Thunderbird 2.0 on my Fedora Core 6 box. Here is what I did to get it working:

# yum --enablerepo=development list thunderbird
. . . snip . . .
Available Packages
thunderbird.i386 2.0.0.0-1.fc7 development

# yum -y --enablerepo=development update thunderbird
. . . snip . . .
Updated: thunderbird.i386 0:2.0.0.0-1.fc7
Complete!

The great thing is Thunderbird 2.0 comes with some really cool features which I have completely enjoyed:

  • Save searches as folders
  • Type as you go search in the message body
  • GMail and .mac accounts in two clicks
  • Custom message tags

This is also fun to write as a comparison to the Thunderbird installation on Ubuntu.  I thought you’d like to hear the experience from another side.

Cheers,

Herlo