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.
This commit is contained in:
chris 2003-07-26 21:26:12 +00:00
parent 264a9b906d
commit 014a40e4cf
2 changed files with 5 additions and 6 deletions

View file

@ -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

View file

@ -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