diff options
author | drochner <drochner@pkgsrc.org> | 2009-09-15 10:27:02 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-09-15 10:27:02 +0000 |
commit | 2711d56c6afa66a3feba31b0fdc911a53509faaf (patch) | |
tree | 4f6291d8f3516e884760fb42b4820da416436458 /mail | |
parent | bd31d568b3017c9cc76960df30f827da1e1c2ec6 (diff) | |
download | pkgsrc-2711d56c6afa66a3feba31b0fdc911a53509faaf.tar.gz |
update to 3.7.2
changes:
Default Cc, Bcc and Reply-To options have been added to Folder
Properties.
MIME parts that lack an end boundary are now handled, (even though
they're INVALID!).
A 'Metadata handling' option has been added to the Miscellaneous
options page. The options are 'safer' or 'faster'. 'faster' is
Claws' original behaviour. 'safer' prevents data loss on system
crashes where the filesystem is of a 'not-so-robust' variety, e.g.
xfs. If in doubt, use 'safer'. This option defaults to 'safer'.
Face and X-Face previews have been added to the Custom Header
Configuration dialogue in Account preferences.
An option has been added to the Receive page of IMAP account
preferences, "Move deleted mails to trash and expunge immediately".
This option is on by default to avoid changing the existing
behaviour. Turning it off prevents automatic expunging.
Also, 'Tools/Expunge' and 'View/Hide deleted messages' menu items
have been added to main toolbar.
Support for clickable gopher:// links has been added.
In the Compose window a warning dialogue is raised if attachments
that have been added no longer exist on the filesystem at the time
of sending.
Buttons to clear header lines in the Compose window have been
added.
GnuTLS compatibility mode is now used, this avoids problems with
servers that don't comply 100% with the spec, but still exist.
tools/csv2addressbook.pl
thunderbird import for version 2.0.0.21 has been added.
translation updates
bugfixes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/claws-mail/Makefile | 4 | ||||
-rw-r--r-- | mail/claws-mail/Makefile.vers | 4 | ||||
-rw-r--r-- | mail/claws-mail/PLIST | 7 | ||||
-rw-r--r-- | mail/claws-mail/distinfo | 9 | ||||
-rw-r--r-- | mail/claws-mail/patches/patch-ag | 13 |
5 files changed, 14 insertions, 23 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index d9c4a23e79b..6311222aa19 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2009/08/29 13:24:14 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2009/09/15 10:27:02 drochner Exp $ PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS+= ${EGDIR} @@ -7,7 +7,6 @@ INSTALLATION_DIRS+= share/claws-mail .include "Makefile.common" PKGNAME= claws-mail-${CLAWS_VERSION} -PKGREVISION= 2 MAINTAINER= smb@NetBSD.org COMMENT= X based e-mail and netnews client @@ -76,5 +75,6 @@ PLIST_SRC+= PLIST.shred .include "../../x11/gtk2/buildlink3.mk" .include "../../x11/startup-notification/buildlink3.mk" .include "../../x11/libSM/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/claws-mail/Makefile.vers b/mail/claws-mail/Makefile.vers index 4b29fa6886b..a5e2fbb43a2 100644 --- a/mail/claws-mail/Makefile.vers +++ b/mail/claws-mail/Makefile.vers @@ -1,3 +1,3 @@ -# $NetBSD: Makefile.vers,v 1.8 2009/01/11 03:11:37 smb Exp $ +# $NetBSD: Makefile.vers,v 1.9 2009/09/15 10:27:02 drochner Exp $ # -CLAWS_VERSION= 3.7.0 +CLAWS_VERSION= 3.7.2 diff --git a/mail/claws-mail/PLIST b/mail/claws-mail/PLIST index ccdff9e6a1a..4e6fb703d7a 100644 --- a/mail/claws-mail/PLIST +++ b/mail/claws-mail/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2009/06/14 18:04:27 joerg Exp $ +@comment $NetBSD: PLIST,v 1.13 2009/09/15 10:27:02 drochner Exp $ bin/claws-mail bin/sylpheed-claws include/claws-mail/account.h @@ -114,6 +114,7 @@ include/claws-mail/gtk/pluginwindow.h include/claws-mail/gtk/prefswindow.h include/claws-mail/gtk/progressdialog.h include/claws-mail/gtk/quicksearch.h +include/claws-mail/gtk/spell_entry.h include/claws-mail/gtk/sslcertwindow.h include/claws-mail/headerview.h include/claws-mail/html.h @@ -243,11 +244,15 @@ share/locale/es/LC_MESSAGES/claws-mail.mo share/locale/fi/LC_MESSAGES/claws-mail.mo share/locale/fr/LC_MESSAGES/claws-mail.mo share/locale/hu/LC_MESSAGES/claws-mail.mo +share/locale/id/LC_MESSAGES/claws-mail.mo share/locale/it/LC_MESSAGES/claws-mail.mo +share/locale/ja/LC_MESSAGES/claws-mail.mo share/locale/nl/LC_MESSAGES/claws-mail.mo share/locale/pl/LC_MESSAGES/claws-mail.mo share/locale/pt_BR/LC_MESSAGES/claws-mail.mo +share/locale/pt_PT/LC_MESSAGES/claws-mail.mo share/locale/ru/LC_MESSAGES/claws-mail.mo share/locale/cs/LC_MESSAGES/claws-mail.mo +share/locale/sk/LC_MESSAGES/claws-mail.mo share/locale/sv/LC_MESSAGES/claws-mail.mo share/locale/zh_CN/LC_MESSAGES/claws-mail.mo diff --git a/mail/claws-mail/distinfo b/mail/claws-mail/distinfo index eba04d3469f..8badba4083e 100644 --- a/mail/claws-mail/distinfo +++ b/mail/claws-mail/distinfo @@ -1,9 +1,8 @@ -$NetBSD: distinfo,v 1.12 2009/01/11 03:11:37 smb Exp $ +$NetBSD: distinfo,v 1.13 2009/09/15 10:27:02 drochner Exp $ -SHA1 (claws-mail-3.7.0.tar.bz2) = f0627f50c6a60467a7c9ebc9b543d1c4c234f5e8 -RMD160 (claws-mail-3.7.0.tar.bz2) = ac02b5d9eb9faab2e3bb02c48a45a2bd44b8d591 -Size (claws-mail-3.7.0.tar.bz2) = 5346500 bytes +SHA1 (claws-mail-3.7.2.tar.bz2) = 4e988793ac6258c26d61c06af5b7ecf1e965389f +RMD160 (claws-mail-3.7.2.tar.bz2) = f37e7466f06fdf5dd878d45f1acdb04667c5d1b0 +Size (claws-mail-3.7.2.tar.bz2) = 5907134 bytes SHA1 (patch-ab) = d908b8b47b525aa9d6ed677e5c1d5e5eddf74cc0 SHA1 (patch-ae) = 0312eeaaf2d31ab72d771598062019127c69cbef SHA1 (patch-af) = 2655fac7e0e7bfb2d50291537eab9481dbc83691 -SHA1 (patch-ag) = d3fc46f5b3125e336fb8edabeaa61e847e06f027 diff --git a/mail/claws-mail/patches/patch-ag b/mail/claws-mail/patches/patch-ag deleted file mode 100644 index d9930f33c30..00000000000 --- a/mail/claws-mail/patches/patch-ag +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ag,v 1.3 2009/01/11 03:11:37 smb Exp $ - ---- tools/popfile-link.sh.orig 2009-01-10 18:04:13.000000000 -0500 -+++ tools/popfile-link.sh 2009-01-10 18:04:40.000000000 -0500 -@@ -32,7 +32,7 @@ - - - SESSION_ID="" --if [ "$1" == "--ask-session-id" ] -+if [ "$1" = "--ask-session-id" ] - then - shift - SESSION_ID=$(gxmessage -entry -center -wrap -buttons "OK:0,Cancel:1" -default "OK" \ |