diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-12-13 11:01:33 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-12-13 11:01:33 +0000 |
commit | c53e65145fcbde9cdf63144f90c0438069dd6813 (patch) | |
tree | ffd6dc8c2681a0d157b967ff74289f31ae231e29 /mail/sylpheed | |
parent | a3107105adf19e117c773d41ebe419cb349daa57 (diff) | |
download | pkgsrc-c53e65145fcbde9cdf63144f90c0438069dd6813.tar.gz |
Updated to 0.9.8
Changes:
o The offline mode has been implemented.
o The performance of the scanning of MH folders has been improved on
the platforms which support d_type in 'struct dirent'.
o The error checking on moving/deleting messages has become strict.
o When getting IMAP4 message list, it now fallbacks to FETCH command
if server doesn't fully support SEARCH command.
o Outbox for accounts are now correctly chosen when sending from queue.
o Gettext has been upgraded to 0.12.1.
o IPv6 support is now enabled by default.
o Other bugfixes have been made.
Diffstat (limited to 'mail/sylpheed')
-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 53e11d7a175..91afeed154f 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.52 2003/12/13 00:45:24 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2003/12/13 11:01:33 xtraeme Exp $ -DISTNAME= sylpheed-0.9.7 -PKGREVISION= 2 +DISTNAME= sylpheed-0.9.8 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 01d330b4728..8b4b4fa8a95 100644 --- a/mail/sylpheed/distinfo +++ b/mail/sylpheed/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.26 2003/10/15 23:39:39 chris Exp $ +$NetBSD: distinfo,v 1.27 2003/12/13 11:01:33 xtraeme Exp $ -SHA1 (sylpheed-0.9.7.tar.bz2) = ed00550b93d50bea9b150d24426d18661bc9d304 -Size (sylpheed-0.9.7.tar.bz2) = 2147360 bytes +SHA1 (sylpheed-0.9.8.tar.bz2) = 375bd60c38f0adaaf8474dafdebd4a78e0ee9f90 +Size (sylpheed-0.9.8.tar.bz2) = 2209820 bytes |