diff options
author | chris <chris@pkgsrc.org> | 2003-07-26 21:26:12 +0000 |
---|---|---|
committer | chris <chris@pkgsrc.org> | 2003-07-26 21:26:12 +0000 |
commit | 014a40e4cff9f9d0ebd5c4ad94f459dbb8694286 (patch) | |
tree | 91b58d7295b4c373b1e5329c7e716f36c2495a48 /mail | |
parent | 264a9b906d6594ca31a2ffd0d8d2ee1261540212 (diff) | |
download | pkgsrc-014a40e4cff9f9d0ebd5c4ad94f459dbb8694286.tar.gz |
Update Sylpheed to 0.9.4, main changes are:
* The performance of the operation of IMAP4 folders, such as
move,copy, delete and mark, has been greatly improved.
* The contents of IMAP4 folders are now always synchronized with the
server.
* Message flags are now properly taken over when copying messages
into IMAP4 folders from others.
* The CRAM-MD5 authentication mechanism has been supported for
IMAP4rev1.
* Message move, copy and delete are now possible while receiving
mails.
* The non-blocking SSL can be turned off as a workaround for the
connection problem.
* The bug that ran into infinite loop if connection was closed by
remote host has been fixed.
* The configuration files will not be overwritten on startup
anymore.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed/Makefile | 5 | ||||
-rw-r--r-- | mail/sylpheed/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index cdae411f045..b5c010e65b6 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2003/07/17 21:47:05 grant Exp $ +# $NetBSD: Makefile,v 1.45 2003/07/26 21:26:12 chris Exp $ -DISTNAME= sylpheed-0.9.3 +DISTNAME= sylpheed-0.9.4 #PKGREVISION= 2 -PKGREVISION= 1 CATEGORIES= mail news x11 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ EXTRACT_SUFX= .tar.bz2 diff --git a/mail/sylpheed/distinfo b/mail/sylpheed/distinfo index 750f9876ac8..a22db385946 100644 --- a/mail/sylpheed/distinfo +++ b/mail/sylpheed/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.22 2003/07/04 19:17:38 chris Exp $ +$NetBSD: distinfo,v 1.23 2003/07/26 21:26:12 chris Exp $ -SHA1 (sylpheed-0.9.3.tar.bz2) = 85e841794c9cc13e5ae127f8c3a056b7714c95f0 -Size (sylpheed-0.9.3.tar.bz2) = 2091888 bytes +SHA1 (sylpheed-0.9.4.tar.bz2) = 09dfed8439ddf59951f8a20f1c1f1e3d3f0ac3aa +Size (sylpheed-0.9.4.tar.bz2) = 2100835 bytes |