diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-01-26 01:06:00 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-01-26 01:06:00 +0000 |
commit | c51775bbec8d60118a301f5dbfb3bacbea065104 (patch) | |
tree | 8ef5975fbaa6b12767887ddef6b3e11f18fb6be7 /mail | |
parent | b63a8847314ffd84f1144e926334d16cb8e41ce1 (diff) | |
download | pkgsrc-c51775bbec8d60118a301f5dbfb3bacbea065104.tar.gz |
Update to 2.2.0beta6.
Changes
* The cleanup of IMAP4 message caches on exit was implemented.
* Cache files in IMAP4 folders are now properly removed on move or delete.
* The temporary passwords of IMAP4 accounts are now preserved until exit.
* 'File/Insert signature' now inserts signature into current cursor
position, and 'File/Append signature' was added for the previous behavior.
* Some dialogs are now placed at the center on parent window.
* The confirmation dialog for emptying trash is not displayed anymore
if messages don't exist in trash folders.
* Trash folders are excluded on recursive search.
* Locale encoding strings can be passed to --compose and --attach command
line option.
* Several minor bugs were fixed.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed-devel/Makefile | 5 | ||||
-rw-r--r-- | mail/sylpheed-devel/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/sylpheed-devel/Makefile b/mail/sylpheed-devel/Makefile index 224b0fa15a3..8d3c2c25fa5 100644 --- a/mail/sylpheed-devel/Makefile +++ b/mail/sylpheed-devel/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2006/01/24 07:32:19 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2006/01/26 01:06:00 xtraeme Exp $ -DISTNAME= sylpheed-2.2.0beta5 -PKGREVISION= 1 +DISTNAME= sylpheed-2.2.0beta6 CATEGORIES= mail news x11 #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/} MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v2.2beta/ diff --git a/mail/sylpheed-devel/distinfo b/mail/sylpheed-devel/distinfo index e8b84847600..1cad362d192 100644 --- a/mail/sylpheed-devel/distinfo +++ b/mail/sylpheed-devel/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2006/01/21 22:39:33 xtraeme Exp $ +$NetBSD: distinfo,v 1.23 2006/01/26 01:06:00 xtraeme Exp $ -SHA1 (sylpheed-2.2.0beta5.tar.bz2) = fa083c22d0ca1699dbf1574fa471ed624e660071 -RMD160 (sylpheed-2.2.0beta5.tar.bz2) = d6c5319528cfecdebb02bdd300a04cb097988d4b -Size (sylpheed-2.2.0beta5.tar.bz2) = 2460125 bytes +SHA1 (sylpheed-2.2.0beta6.tar.bz2) = 6b362631aee14f2091cec335b24cd58a15d09618 +RMD160 (sylpheed-2.2.0beta6.tar.bz2) = 7aece7dd96ef4c05ebbd61851bf497354ad9cd48 +Size (sylpheed-2.2.0beta6.tar.bz2) = 2461353 bytes |