Showing posts with label thunderbird2. Show all posts
Showing posts with label thunderbird2. Show all posts

Thursday, May 03, 2007

Small attachment icons in Thunderbird 2

Just found this on myIT6.Knowledge:
"Small attachment icons in Thunderbird 2
1. Tools > Options > Advanced -> General and click on “Config Editor”
2. Search for the preference “mailnews.attachments.display.largeView
3. Change value to false"
Great. Saves space on the message pane.

Thursday, April 19, 2007

Thunderbird2: it's here

Finally, Thunderbird 2 has really been released.
Just downloaded and installed it (top replace my 2.0 rc2).

Got and get it - Reclaim your inbox.

Wednesday, April 18, 2007

Thunderbird 2 Final sighted on Mozilla FTP | Techbloggers

Thunderbird 2 Final sighted on Mozilla FTP | Techbloggers
If you are an early adopter and don’t want to wait a few more days to download and install the email client Thunderbird you could head out to the Mozilla ftp and download it for your operating system and language right away. The Mozilla team is usually upping the latest version of either Thunderbird or Firefox on their ftp mirrors to ensure that they can serve the server load when they publish the links on the official program pages. This is indeed a good way to download Thunderbird 2 fast because the servers will not be that populated at this time.

Friday, April 13, 2007

Thunderbird 2: My own extension

Today I discovered that my own extension to Thunderbird did not really run under TB2. I did a little debugging this evening and found the problem:

document.popupNode.getTextAttribute('emailAddress')
no longer works; did fine, though, in Mozilla and TB1.x

I had to replace it with
document.popupNode.getAttribute('emailAddress')
and it now runs perfectly again.

I know this is not really of great interest to most of you, but since I found no reference at all to this behavior through Google, I thought, I'd document it here.

Tuesday, April 10, 2007

Thunderbird 2: Display Images

Yet another cool feature in TB2:
When an incoming mail contains images on the web (i.e. images not embedded into the message but rather on any arbitrary web site) Thunderbird in previous version as well as in v2.0 blocks the images per default.
This is to protect the end user from inadvertently and unknowingly sending information to malign websites.
Only if you deliberately click on "Load Images" those images will be loaded.

Now TB2 comes with an additional feature which looks like this:

The upper part has always been there, whats new is the
"Click here to always load remote iamges from some-mail-address".
If you click it, you will never see this message again for this very sender... instead images will always be loaded for mails from this sender, because you trust him, and declare your trust within Thunderbird.

This info is actually saved in the address book entry of the user.
You'll notice a new field there:
"Allow remote images in HTML mail."
This will be set by clicking on the above link. Obviously you can also do so manually...

I wonder if I want this option on a domain level... I guess not.

Thunderbird 2: Intelligent reply

Usually (in TB until 1.5+) when you replied to a message that you sent yourself, the TO: field in the reply would contain your account, and the original recipient would be in the CC.
In TB 2 when you reply to a message you sent yourself, the TO: will be filled with the original recipients.

E.g. you find a folder in you SENT folder (most usually) with
TO: foouser@someorg.tld
FROM: myself@someorg.tld

In TB until 1.5+ hitting reply would yield:
TO: myself@someorg.tld
CC: foouser@someorg.tld

In TB2 you get:
TO: foouser@someorg.tld

This is most definitely more likely what you intended.

Great work...

Sunday, April 08, 2007

My first glimpse at Thunderbird2

I just downloaded the Thunderbird 2.0.0.0 rc2 to take a look on whats ahead.

One really neat feature I was craving for is the Advanced Folder View, i.e. in the folder pane you can now select which folders you want to see:
  • all
  • favorite
  • Unread
  • Recent (i.e. Most resently used)
This comes quite close to what I was used from Microsoft Outlook with the favorite's pane to the left. Granted, I haven't been using Outlook for the last 4 years now, but I still was missing the favorite folder pane from it.

Having all the unread folders in one list is quite handy when you have multiple accounts, news-groups and RSS feeds to look at.

Another cool feature is the promotion of labels from earlier versions to Tags. With labels you couldn't really do a lot... but now you can create any custom tag and assign any number of tags to a message. Of course you can search and filter by tags...

TB2 also supports Google Mail, just give your (real) name and gmail account – and that's it. Sadly, it's just pop3, so any additional info in gmail, e.g. tags are not visible to TB2...

While setting up gmail I noticed that the New Mail Notification alert/popup has now a lot more information... comes with Sender and Subject.

You can now Find text within the message just like in Firefox..

Also it seems to run quite stable... no problem encountered so far.

On the downside, none of my Extensions work with TB2... I guess most of them just don't declare TB2 support instead of having a real technically issue.