diff options
author | smb <smb> | 2008-07-13 22:34:19 +0000 |
---|---|---|
committer | smb <smb> | 2008-07-13 22:34:19 +0000 |
commit | f7d114c83cbdf72d990c299600fe7beaca0d4e7d (patch) | |
tree | 6d7cf9551b9a10e4e9b8bbf223b915e25d58a473 /mail/clawsker | |
parent | 27e5cb29c979d86abf31467351efd0e0fae071c1 (diff) | |
download | pkgsrc-f7d114c83cbdf72d990c299600fe7beaca0d4e7d.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/clawsker')
-rw-r--r-- | mail/clawsker/Makefile | 7 | ||||
-rw-r--r-- | mail/clawsker/PLIST | 3 | ||||
-rw-r--r-- | mail/clawsker/distinfo | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/mail/clawsker/Makefile b/mail/clawsker/Makefile index e8c685f06d1..31624191704 100644 --- a/mail/clawsker/Makefile +++ b/mail/clawsker/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2008/06/20 01:09:23 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2008/07/13 22:34:20 smb Exp $ -DISTNAME= clawsker-0.4.0 -PKGREVISION= 1 +DISTNAME= clawsker-0.5.0 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/tools/ @@ -17,7 +16,7 @@ REPLACE_PERL= clawsker DEPENDS+= p5-gtk2>=1.182:../../x11/p5-gtk2 DEPENDS+= p5-gettext>=1.05:../../devel/p5-gettext -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 "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/clawsker/PLIST b/mail/clawsker/PLIST index 962f29194e9..3208803974d 100644 --- a/mail/clawsker/PLIST +++ b/mail/clawsker/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2008/06/16 14:28:54 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2008/07/13 22:34:20 smb Exp $ bin/clawsker share/locale/es/LC_MESSAGES/clawsker.mo share/locale/sr/LC_MESSAGES/clawsker.mo +share/locale/fr/LC_MESSAGES/clawsker.mo share/locale/sr@latin/LC_MESSAGES/clawsker.mo man/man1/clawsker.1 diff --git a/mail/clawsker/distinfo b/mail/clawsker/distinfo index 2f62204c5c8..afadfaa69eb 100644 --- a/mail/clawsker/distinfo +++ b/mail/clawsker/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2008/05/12 02:28:00 smb Exp $ +$NetBSD: distinfo,v 1.3 2008/07/13 22:34:20 smb Exp $ -SHA1 (clawsker-0.4.0.tar.gz) = 3d2a7fd1f9413a30846be8abfcc780922798cb9a -RMD160 (clawsker-0.4.0.tar.gz) = 388d7513453ed6e2a3f0087ef5bcab489e48e08e -Size (clawsker-0.4.0.tar.gz) = 36364 bytes +SHA1 (clawsker-0.5.0.tar.gz) = 8b1bbc123dd2b91373e0a2de1578952bfb0ddeaa +RMD160 (clawsker-0.5.0.tar.gz) = debe0edbe6329150e9ea0f41b3483c010d7ac614 +Size (clawsker-0.5.0.tar.gz) = 40761 bytes SHA1 (patch-aa) = bc7d011e4fae77968d6d5e9ccbfaa6feb4a6bbc5 SHA1 (patch-ac) = 95ae82ef362248fce8f84de80c7a3b912938a9f5 |