Showing posts with label Thunderbird. Show all posts
Showing posts with label Thunderbird. Show all posts

Friday, 1 July 2011

What happened to Thunderbird 4?

I have been using Mozilla Thunderbird since version 2.0. Recently I saw a version bump directly from 3.x to 5.0. This is because Mozilla wanted to keep the version numbering same as Firefox. From the release notes, the main reason for such a bump seems to be the new Gecko 5 engine.

Recently Firefox versions have come up very fast. By the time add-ons became compatible with Firefox 4.x, Firefox 5.0 was out and some add-ons are incompatible with it. Mozilla should slow down the release cycle, decide what it wants to implement as part of its next release cycle and provide a feature rich and stable browser.

Saturday, 25 December 2010

Sent mail appears in Thunderbird's Inbox

When retrieving mail using Thunderbird, I noticed that all mails that I have sent using the web interface are also downloaded but they are put into the Inbox folder. Obviously, I would like Thunderbird to put them into "Sent" folder. However, over multiple versions this did not change; but the solution is pretty simple. You just have to create a filter redirecting mails sent from your email to the "Sent" folder.
Tools > Message Filters
Redirect sent mail to "Sent" folder

Tuesday, 21 July 2009

Tweaking Mozilla

I have been using Mozilla Thunderbird for years now, witnessed many major and minor changes in the software. I started using it on my Windows XP system. Over time I have shifted to Linux. However, Thunderbird is still my preferred email client.

I save my Thunderbird folder in the Application Data folder on Windows or the .thunderbird folder on Linux as backup. When I use the folders on a fresh installation of the same OS, things are simple. However, when I use the Linux files in Windows Application Data and vice versa, I still get my configuration and folders. Therein lies the robustness and power of Thunderbird.

Thunderbird is able to restore my configuration and folders perfectly; but the configuration for plugins does not get restored in a similar manner. The reason for this is plugin management is part of the internals of the software and it is not completely platform independent. As it happened, when I tried using my Windows backup for my Linux installation of Thunderbird, I was not able to install any plugins. Actually, my package management showed that the plugin was installed but Thunderbird did not. Thunderbird showed that the only plugin I had was bdToolbar which is the plugin for BitDefender Toolbar which I had on my Windows installation. So, it was clear to me that Windows configurations of plugins were still there and were blocking fresh configuration of plugins. So, I just deleted the extensions.rdf file and restarted Thunderbird to get my fresh plugin collection.

Well extensions.rdf is kind of internal registry of Thunderbird for its plugins. It was regenerated from existing plugins when I restarted Thunderbird and things were just as I wanted.

Friday, 27 March 2009

Qtcurve updated

I updated qtcurve-gtk2 to version 0.62.5-8.1 on my opensuse 11.1 and the results were apparent in my Thunderbird buttons.

Thursday, 20 November 2008

Mozilla 2010 Goals

To move Mozilla mission, Mitchell Baker, Chairperson of Mozilla has proposed a few goals for the next few years called "Mozilla 2010 Goals". As part of my contribution to it, I have answered a few questions from a personal perspective. My answers are in a broader sense. Specific conclusions can be made after discussions in the line of my answers. Their purpose is guiding.

1. How do you feel the Mozilla community can help you with your individual development, whether it's personal, professional, or both?

Today, nearly all of us have a virtual life synced with our real life. The internet (not to be confused with the web) is an essential tool/way of communication, job control, etc. Mozilla tools like Firefox and Thunderbird (these are the ones I use) serve as basic internet usage tools. I follow internet news, check email and follows RSS feeds through Thunderbird and browse through Firefox. These two tools are used seamlessly by me. The basic nature of these two tools in my case is evident from the fact that Firefox was the first software I downloaded after more than a dozen reinstalls I have had during my four years of experience with it.

2. Do you feel Mozilla can be more involved in certain communities, whether they be geographical, technological, or within the Mozilla world?

Yes I do feel Mozilla can be more involved in many other communities. For example, currently Firefox on Linux has some GNOME bindings. KDE users (XFCE users won't have much trouble as they have some GNOME linkages.) find this problematic. I heard of Nokia developing a QT port of Firefox.

3. Where do you think innovation comes from in the Mozilla world?

Every time we use a software product, we translate our needs into tasks that the product can do. There are occassions where this is not possible and we either find a work around or leave the task. However, sometimes when direct translation of needs into tasks is not possible, we boldly go for creating the functionality to suit our needs. This is where innovation comes in. For example, plugins serve specific purposes which their authors want to have as functionalities.

4. What specific areas in the world of Internet technology and the open Web do you see Mozilla being a leader?

I see Mozilla as a leader in basic communication. I like the ease of usage of Mozilla products.

5. How can Mozilla play a bigger role in moving the Web forward?

Today many people do not feel a difference between online use and offline use. That transition phase should be minimised more and a seamless integration of browsing, mailing, document reading, writing and editing should be aimed at. The ease of usage, security and simplicity of the technology shall lead it ahead.

6. Do you feel strongly about how your information is stored and used online by the websites you visit?

Yes. I like privacy and try to minimize the information that is being stored.

7. What concerns do you have about Mozilla getting more involved with data related to Web users?

I doubt breach of privacy.

8. What benefits do you see for aggregating anonymous "usage data" and making it available to the world as a public resource?

No problems as long as the user permits it explicitly and with full knowledge of it rather than in ignorance.

9. Do you have ideas on how Firefox for mobile devices can carry on the Mozilla mission?

I want seamless integration of web services and Firefox for mobile is an essential part of it.

10. Why do you think Firefox has not captured more browser marketshare?

Ignorance about Mozilla products is a major cause. I would like to have input from people in the corporate sector on this issue.

11. What can Mozilla do in order to spread awareness about the open Web and continue our Firefox marketshare momentum?

Mozilla can make its products more versatile.

Friday, 17 October 2008

Compacting folders in Mozilla Thunderbird

For those who use e-mail clients but do not understand "compacting folders", let me tell you that it is essential. The reason you might never have heard of compacting is that most e-mail clients default to automatically compacting the folder whenever a certain amount of space is wasted, while we have to enable this in Thunderbird. Tom Koch speaks about it with Outlook Express background referring to it as The Other E-Mail Threat: File Corruption in Outlook Express.

When we delete or move a message, most e-mail clients simply flag the message and postpone the actual task of deletion. So a large number of flagged messages accumulate over time until the folders are compacted. Even emptying the Trash does not physically delete them. this is done by e-mail clients to improve performance by not requiring to rewrite the entire folder every time we delete a single message. In Thunderbird, the reason is even stronger as the inbox is not a folder but a single huge file. So are trash and other folders. this makes manual compaction in Thunderbird a bit complicated and unwieldy for many users.

To do it in Thunderbird, follow these simple steps:
click on Tools -> Options -> Advanced -> Network & Disk Space -> Disk Space. Then check the box for "Compact folder when it will save over 100 kB" and click OK. If you have a high message rate like me, then you may change the default 100 kb limit to 300 kb.