summaryrefslogtreecommitdiff
path: root/mail/claws-mail/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-09-15 10:27:02 +0000
committerdrochner <drochner@pkgsrc.org>2009-09-15 10:27:02 +0000
commitc7be2a5ac05dea8e6a4ecccc0f48be651c35902c (patch)
tree4f6291d8f3516e884760fb42b4820da416436458 /mail/claws-mail/Makefile
parent8384e82c7665c28780373cdeaed70b0b5a4cc46d (diff)
downloadpkgsrc-c7be2a5ac05dea8e6a4ecccc0f48be651c35902c.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/claws-mail/Makefile')
-rw-r--r--mail/claws-mail/Makefile4
1 files changed, 2 insertions, 2 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"