diff options
author | chris <chris@pkgsrc.org> | 2005-09-29 22:50:13 +0000 |
---|---|---|
committer | chris <chris@pkgsrc.org> | 2005-09-29 22:50:13 +0000 |
commit | 8776f6dbcbffe79eb2dd3eae83232ccd8fcd44ab (patch) | |
tree | b8006f5c7860054cff5e121789343bcb43a22486 /mail | |
parent | f85910c242f5688207a1781108c0c8fce62a7d70 (diff) | |
download | pkgsrc-8776f6dbcbffe79eb2dd3eae83232ccd8fcd44ab.tar.gz |
Update sylpheed to 2.0.2. Main changes are:
* The auto detection of Japanese encoding now supports UTF-8
encoding.
* The number of messages to be copied at a time on IMAP4 was
limited to prevent timeout error.
* When executing IMAP4 operations which take long time, its
progress is now displayed on the statusbar, and the UI is
periodically updated.
* The selected row of the summary view will be kept when the state
of thread display is changed.
* The code conversion error and line limit warning will not be
displayed anymore when saving as draft.
* A bug that prevented the expander of the folder tree of the
address book working was fixed.
* A bug in which message/rfc822 attachments were broken when
pgp-signed was fixed.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed/Makefile | 4 | ||||
-rw-r--r-- | mail/sylpheed/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 6cdfa72a4d3..2cbb6cd19ba 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.79 2005/08/26 13:18:42 xtraeme Exp $ +# $NetBSD: Makefile,v 1.80 2005/09/29 22:50:13 chris Exp $ -DISTNAME= sylpheed-2.0.1 +DISTNAME= sylpheed-2.0.2 CATEGORIES= mail news x11 #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/} MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v2.0/ diff --git a/mail/sylpheed/distinfo b/mail/sylpheed/distinfo index 235e81eb7f7..4c7e9df65ba 100644 --- a/mail/sylpheed/distinfo +++ b/mail/sylpheed/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.41 2005/08/26 13:18:42 xtraeme Exp $ +$NetBSD: distinfo,v 1.42 2005/09/29 22:50:13 chris Exp $ -SHA1 (sylpheed-2.0.1.tar.bz2) = 3d6df60f242f1ce1795e0dfe153e66728cf3f8bb -RMD160 (sylpheed-2.0.1.tar.bz2) = b293394c74118936a3f8f7f945ebfcb1c0a47006 -Size (sylpheed-2.0.1.tar.bz2) = 2323171 bytes +SHA1 (sylpheed-2.0.2.tar.bz2) = 309dbdc80d51a8e8910bb042422c152fd544410f +RMD160 (sylpheed-2.0.2.tar.bz2) = 8011c4cfac2745b8049a1459c298563679853c91 +Size (sylpheed-2.0.2.tar.bz2) = 2336968 bytes |