diff options
author | smb <smb@pkgsrc.org> | 2008-07-13 22:34:19 +0000 |
---|---|---|
committer | smb <smb@pkgsrc.org> | 2008-07-13 22:34:19 +0000 |
commit | 053b341cb2aa1daea2c9ce9a77946c6f8e9e9fbb (patch) | |
tree | 6d7cf9551b9a10e4e9b8bbf223b915e25d58a473 /mail/claws-mail-gtkhtml | |
parent | 94ee55f522be7b211d26ad8bf7f586e92ea06962 (diff) | |
download | pkgsrc-053b341cb2aa1daea2c9ce9a77946c6f8e9e9fbb.tar.gz |
Update to 3.5.0:
# IMAP with STARTTLS
The certificate port on TLS was fixed, however this will trigger
one wrong 'New certificate' warning on the first connection.
New in this release:
# Added an option, "Use secure file deletion if possible", which
enables shredding of temporary files and messages instead of
just removing them. This is available on the Other preferences
page.
# Added an option, "Select the HTML part of multipart/alternative
messages". This is available on the Message View/Text Options
preferences page.
# Added an option to the 'Create new folder' dialogue which enables
new folders to inherit the properties of their parent folders
during folder creation.
# Added a hidden option, "two_line_vertical", which toggles the
2-line view in the message list when using the 3-column layout.
Defaults to '1', show 2 lines.
# Added a hidden option, "outgoing_fallback_to_ascii", which allows
the user to specify an outgoing charset/encoding, but still fall
back to 7bit US-ASCII when possible.
Defaults to '1', fallback when possible.
# Added support for the Avant Window Navgator (Awn) information
bubble. This is automatically enabled if dbus is available.
# Face and X-Face headers can now be added globally and per-account
from configuration files under ~/.claws-mail/autofaces/. Further
information is provided in the manual.
# The SHA1 fingerprint is now shown on the SSL certificate dialogue
and the labels are now selectable.
# Several GUI improvements have been made, (Address book, filtering
dialogue, Actions dialogue, and Account preferences).
# New icons have been added for 'Reply to list' and 'Cancel'. The
'Insert file' and 'Close' icons have been improved, as have the
tray icons.
# Added the Trash and Delete icons to the Custom Toolbars options.
# SMTP-only accounts are now not shown in the Receive menus and
Account lists in filtering/processing, as they are irrelevant here.
# tools/csv2addressbook.pl
Support for a gmail exported csv address book was added.
# Updated English, French, and Spanish manuals.
# Updated translations: Brazilian Portuguese, Finnish, French,
German, and Spanish.
# Removed unmaintained translations: Bulgarian, Croatian, Czech,
Dutch, Greek, Hebrew, Japanese, Korean, Norwegian, Russian,
Swedish, and Taiwanese. (New maintainers are very welcome,
contact paul@claws-mail.org)
Diffstat (limited to 'mail/claws-mail-gtkhtml')
-rw-r--r-- | mail/claws-mail-gtkhtml/Makefile | 8 | ||||
-rw-r--r-- | mail/claws-mail-gtkhtml/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/mail/claws-mail-gtkhtml/Makefile b/mail/claws-mail-gtkhtml/Makefile index 129d6043452..3691877a15a 100644 --- a/mail/claws-mail-gtkhtml/Makefile +++ b/mail/claws-mail-gtkhtml/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:33 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2008/07/13 22:34:20 smb Exp $ # -DISTNAME= gtkhtml2_viewer-0.18 -PKGNAME= claws-mail-gtkhtml2_viewer-0.18 +DISTNAME= gtkhtml2_viewer-0.19 +PKGNAME= claws-mail-gtkhtml2_viewer-0.19 CATEGORIES= mail MASTER_SITES= http://claws-mail.org/downloads/plugins/ @@ -13,7 +13,7 @@ PKG_DESTDIR_SUPPORT= user-destdir PLIST_SRC+= PLIST -DEPENDS+= claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail +DEPENDS+= claws-mail-3.5.0{,nb[0-9]*}:../../mail/claws-mail .include "../../mk/bsd.prefs.mk" diff --git a/mail/claws-mail-gtkhtml/distinfo b/mail/claws-mail-gtkhtml/distinfo index 8e1b33d2e99..8886e196d7a 100644 --- a/mail/claws-mail-gtkhtml/distinfo +++ b/mail/claws-mail-gtkhtml/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2008/05/12 02:25:39 smb Exp $ +$NetBSD: distinfo,v 1.5 2008/07/13 22:34:20 smb Exp $ -SHA1 (gtkhtml2_viewer-0.18.tar.gz) = e028f499ae6688e945d90b445bb189b4ab4666b9 -RMD160 (gtkhtml2_viewer-0.18.tar.gz) = f430f2bd0333b6f82ed49d84643cb71621c741fc -Size (gtkhtml2_viewer-0.18.tar.gz) = 699178 bytes +SHA1 (gtkhtml2_viewer-0.19.tar.gz) = 119fce6c17d03e259d92f2eb7672d9bc9eaa92e6 +RMD160 (gtkhtml2_viewer-0.19.tar.gz) = 543566ecab519f5ca723b31da1344fe44765f41c +Size (gtkhtml2_viewer-0.19.tar.gz) = 699738 bytes |