Skip to content

{ Category Archives } Thunderbird

Auto-complete email address with default domain

Mozilla Thunderbird 1.5 users may have noticed that when you start typing an email address in the mail composition window, Thunderbird no longer automatically adds the default domain to it. You can turn this feature back on, if you’d like. Go to Tools -> Options -> Advanced -> General, and click on “Config Editor.” In [...]

Limiting The Attachment Window Size in Thunderbird

Ever get an email message in Thunderbird, with so many files attached, the attachment pane takes over the message viewing area? In Mozilla Thunderbird, you can set a limit to the height of the attachments pane. Open a text editor, such as Notepad, and paste this text: #attachmentList {max-height: 4em !important;} Save the file as [...]

Changing the link colours in Thunderbird

The Mozilla Application Suite allows the user to customize the colour of hyperlinks. This setting also affects email and newsgroup messages. However, because it is a browser setting, the options panel for it is not in Mozilla Thunderbird. Once again, this is one of those things that you can change in Thunderbird, through hidden settings. [...]

Gmail labels in Thunderbird

I recently got into Gmail‘s labelling system, which is pretty cool. You can create as many labels as you want, then label messages with as many of those labels as you want. Underneath the list of message folders, is a list of your labels, which you can click on to see a list of messages [...]

Making Thunderbird use Google Maps

If you use the address book in Mozilla Thunderbird, you’ll notice a little button that appears in Address area of the Card Summary Pane, entitled Get Map. If you click on it, your default browser will open, going to the MapQuest website, in search of a map to that person’s address. Pretty nifty. Some people [...]

Smooth Scrolling in Thunderbird

Firefox users have an option to enable smooth scrolling in the options menu, but what about Thunderbird? Is that part of the back-end Mozilla code, that they share? Why yes it is! To enable Smooth Scrolling in Mozilla Thunderbird, add the following line to your user.js: user_pref(“general.smoothScroll”, true); Or, if you have the AboutConfig extension, [...]

Digitally signing newsgroup posts

I recently did some testing of SMIME signed newsgroup messages. First, I guess I should state how I achieved it in Mozilla Thunderbird (also works in Mozilla Application Suite, and Netscape 7): First, set up one of your mail accounts to have a certificate for digital signing. Close Mozilla Thunderbird, and open your prefs.js file. [...]

A Proper Signature

For those who didn’t know; RFC Standard ftp://ftp.demon.co.uk/pub/news/doc/so1036.txt “signatures”: short closing texts, auto-matically added to the end of articles by posting agents, identifying the poster and giving his network addresses etc. If a poster or posting agent does append a signature to an article, the signature SHOULD be preceded with a delimiter line containing (only) [...]

Choosing my new RSS reader

As I stated in a previous post, duplicate RSS items is my #1 Thunderbird bug. I recently decided to look for alternatives. Stand-alone RSS readers are out of the question. I prefer to view the actual webpage of the RSS item, instead of the summary. I get to read the comments, and it makes placing [...]

My #1 Thunderbird bug

If I get another duplicate item in any of the RSS feeds I subscribe to in Mozilla Thunderbird, I’m going to puke! This is a known bug [Bug 258465]. What’s worse is there seems to be no pattern. At least something to help coders identify the source of the problem, so they can figure out [...]