diff options
author | ghen <ghen@pkgsrc.org> | 2006-02-05 14:49:05 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-02-05 14:49:05 +0000 |
commit | cbfb2dece14d8d6b05ee9efe34b96ec41e493353 (patch) | |
tree | e3182383e0b1d341166a541e6c94f3fe68abf505 /mail/thunderbird/patches/patch-ag | |
parent | d76efb5faa19967f715268d28bb442da509c205d (diff) | |
download | pkgsrc-cbfb2dece14d8d6b05ee9efe34b96ec41e493353.tar.gz |
Update to Thunderbird 1.5.
What's new:
* Automated update to streamline product upgrades. Notification of an
update is more prominent, and updates to Thunderbird may now be half a
megabyte or smaller. Updating extensions has also improved.
* Sort address autocomplete results by how often you send e-mail to each recipient.
* Spell check as you type.
* Saved Search Folders can now search across multiple accounts.
* Built in phishing detector to help protect users against email scams.
* Podcasting and other RSS Improvements.
* Deleting attachments from messages.
* Integration with server side spam filtering.
* Reply and forward actions for message filters.
* Kerberos Authentication.
* Auto save as draft for mail composition.
* Message aging.
* Filters for Global Inbox.
* Improvements to product usability including redesigned options interface,
and SMTP server management.
* Many security enhancements.
For a more detailed list of changes, see http://weblogs.mozillazine.org/rumblingedge/archives/2006/01/1-5.html
Ok with wiz.
Diffstat (limited to 'mail/thunderbird/patches/patch-ag')
-rw-r--r-- | mail/thunderbird/patches/patch-ag | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/mail/thunderbird/patches/patch-ag b/mail/thunderbird/patches/patch-ag index 8fb7cf810a7..7d5a80e5467 100644 --- a/mail/thunderbird/patches/patch-ag +++ b/mail/thunderbird/patches/patch-ag @@ -1,15 +1,14 @@ -$NetBSD: patch-ag,v 1.3 2004/06/24 23:09:55 taya Exp $ +$NetBSD: patch-ag,v 1.4 2006/02/05 14:49:05 ghen Exp $ -diff -ru ../Orig/mozilla/extensions/transformiix/source/base/ErrorObserver.h ./extensions/transformiix/source/base/ErrorObserver.h ---- ../Orig/mozilla/extensions/transformiix/source/base/ErrorObserver.h 2003-01-17 21:39:36.000000000 +0900 -+++ ./extensions/transformiix/source/base/ErrorObserver.h 2004-06-15 23:55:51.000000000 +0900 -@@ -28,7 +28,8 @@ +--- extensions/transformiix/source/base/ErrorObserver.h.orig 2006-02-02 13:20:05.000000000 +0100 ++++ extensions/transformiix/source/base/ErrorObserver.h +@@ -41,7 +41,8 @@ - #include "baseutils.h" - #include "txError.h" + #include "txCore.h" + #ifdef TX_EXE -#include <iostream.h> +#include <iostream> +using namespace std; - class nsAString; + #endif /** |