Slashdot Mirror


Thunderbird 1.5 Arrives

Tech Support writes "Thunderbird 1.5 is here! It's ready to download, so get going. Finally, Firefox 1.5 has its counterpart. New features included automatic updates, anti-phishing protection, inline spellchecking, saved search folders, podcasting, RSS improvements, the ability to delete attachments from messages, and a whole lot more."

9 of 399 comments (clear)

  1. Re:Vertical Panes? by TeacherOfHeroes · · Score: 4, Informative

    This has been in Thunderbird since at least 1.0

    View > Layout > Vertical View

  2. Re:But does it have... by epiphani · · Score: 4, Informative

    Honestly, this is the very feature Thunderbird is lacking that prevents me from switching to it. I get a whole bunch of VCAL messages from my Outlook-utilizing co-workers, which end up simply in my head since I use pine.

    If thunderbird had VCAL support and very basic calendaring, I'd switch because then I'd actually have a reason to use it over pine.

    --
    .
  3. Re:Does it move sent mail into the appropriate fol by n00tz · · Score: 4, Informative

    If IMAP isn't available for your email: Thunderbird allows you to "leave the (POP) messages on the server", "don't delete (from server) until moved from inbox", and "fetch headers only" from server.

    I use "leave messages on server" and "Don't Delete" functions for portability as well as being able to access the same mailbox(es) from multiple computers(ie. pulling my personal mail to my work computer and leaving it available for home computer, or pulling my gmail account email to the email client and keeping it available on webmail too).

    I also backup my %root%/Documents and Settings/%username%/Application Data/Thunderbird folder to keep my email settings the same as they were pre-reformat if I'm doing a backup before I reinstall windows every ~3 months or so. You can do the same with Firefox, but I have run into some problems if I saved said profile folder from one version and tried to port it into a new version. The easy fix is to make sure you keep the installer from the last version of software, replace the profile folder, and upgrade with the newest installer.

    --
    I had college once, but I drank some fluids and got a lot of rest and eventually it was cured.
  4. no changes since RC2 by AndyST · · Score: 5, Informative

    If you had 1.5rc2 installed: Scott MacGregor wrote that the 1.5 release has no changes since rc2. So you won't need to update unless you really want that build date (like me)

  5. Re:hope they fixed some of the more glaring bugs by Derek+Pomery · · Score: 5, Informative

    Trivial to fix with a custom userChrome.css stylesheet.
    I don't have Thunderbird, but I had problem with expanded headers so I simply did the following: /* if full headers are enabled, trigger a scrollbar after ten lines */
    #msgHeaderView
    {
    max-height: 10em;
    overflow: auto;
    } /* keep the enigmail box from creating a scrollbar - annoying */
    #expandedEnigmailBox
    {
    max-width: 80em;
    }

    I don't know if the DOM Inspector is available for Thunderbird, but every time I want to
    tweak the suite a little, I actually edit it. No harder than editing a web page.

    --
    -- perl -e'print pack"H*","6e656d6f406d38792e6f7267"' /. ate my old sig. Bastards.
  6. Inline spellchecking needs work by twelvemonkeys · · Score: 4, Informative
    I've been using 1.5 since RC1, and as much as I was looking forward to having this feature, I've had disabled inline spellchecking because it's not quite ready for prime time.

    Try replying to a large email (100K+) -- Thunderbird will choke and your CPU usage will go through the roof, as Thunderbird inexplicably tries to spellcheck words you've not written in the previous email history. I've had Thunderbird choke for over 10 minutes on certain emails before I finally had to kill the process.

    Hoping they fixed this one for 1.5-final.

  7. Actually, not Seamonkey by mrchaotica · · Score: 4, Informative

    What you really want is Lightning. Unfortunately, they appear to have missed their December 2005 target release date for v0.1

    --

    "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  8. Re:No, and in addition... by masklinn · · Score: 5, Informative

    They're not blocked by the update, they're blocked by the creator of the extension in the configuration file.

    If you want to try to manually bump your extensions (so that Thunderbird sees them as compatible), close Thunderbird, go to %APPDATA%\Thunderbird\Profiles\{your_profile}\exte nsions, open the "extensions.rdf" file, bump all the "em:maxVersion" that are set at 1.0, 1.0+ or 1.0.something to "1.5+", save, close, restart thunderbird.

    Beware though, if you have TRULY incompatible extensions (may happen, especially for big version changes), you may bork your UI completely. I'd suggest a full profile archiving before trying so that you can reset everything if issues arise.

    --
    "The way we can tell it's C# instead of Haskell is because it's nine lines instead of two." -- wadler
  9. XULRunner to the rescue... by rklrkl · · Score: 4, Informative
    OK, so it's difficult to know how to Google for this one without knowing its name first, but it might be XULRunner that you're ranting about w.r.t. a single runtime engine to fire up apps like Firefox etc.

    I believe this is indeed the replacement name for what used to be known as "GRE" (Gecko Runtime Environment) and can be used for *any* XUL-based application, not just stuff coming out of the Moz development team. What's not clear to me yet is exactly when this will be complete enough to be used by Firefox etc. - maybe for 2.0, maybe not.