diff options
author | chris <chris@pkgsrc.org> | 2005-07-22 18:17:39 +0000 |
---|---|---|
committer | chris <chris@pkgsrc.org> | 2005-07-22 18:17:39 +0000 |
commit | 1dce4f6c2dfa0c957cac707d1258c3139144367e (patch) | |
tree | f00613a25fb488de7e62cd94840a2fcc6ffd3a87 /mail | |
parent | cd6b78044dc462eeb42ead16449a2ae4f2cd84ba (diff) | |
download | pkgsrc-1dce4f6c2dfa0c957cac707d1258c3139144367e.tar.gz |
Update sylpheed-devel to 2.0rc, main changes are:
* The IMAP4rev1 code conversion was fixed so that it can handle
folder names that include '+' correctly.
* The correct row is selected after moving or deleting a message
now when sorting is enabled.
* The line-wrap of composition was modified so that it doesn't
break line after '/' (slash) to protect file path etc.
* The duplicated insertion when a text file is dragged onto the
composition window was fixed.
* The cache discrepancy problem of the draft folder was fixed.
* Temporary files are now cleaned up also on startup.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed-devel/Makefile | 4 | ||||
-rw-r--r-- | mail/sylpheed-devel/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/sylpheed-devel/Makefile b/mail/sylpheed-devel/Makefile index 2eb47e0e808..dd412825194 100644 --- a/mail/sylpheed-devel/Makefile +++ b/mail/sylpheed-devel/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2005/07/14 19:03:41 chris Exp $ +# $NetBSD: Makefile,v 1.13 2005/07/22 18:17:39 chris Exp $ -DISTNAME= sylpheed-2.0.0beta6 +DISTNAME= sylpheed-2.0.0rc CATEGORIES= mail news x11 #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/} MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v2.0beta/ diff --git a/mail/sylpheed-devel/distinfo b/mail/sylpheed-devel/distinfo index 148433579cd..7048313d9c1 100644 --- a/mail/sylpheed-devel/distinfo +++ b/mail/sylpheed-devel/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2005/07/14 19:03:41 chris Exp $ +$NetBSD: distinfo,v 1.10 2005/07/22 18:17:39 chris Exp $ -SHA1 (sylpheed-2.0.0beta6.tar.bz2) = 3ce4dabab38ba10e62c593734ff95ba8099425cb -RMD160 (sylpheed-2.0.0beta6.tar.bz2) = 92f7f03b7cfce870c464f422aad17761554a695b -Size (sylpheed-2.0.0beta6.tar.bz2) = 2342399 bytes +SHA1 (sylpheed-2.0.0rc.tar.bz2) = ed3f7972bdb03804e2739c4fbcf7aa93f458f79c +RMD160 (sylpheed-2.0.0rc.tar.bz2) = 2e8ab082f79c644ecbdf636ec02215db3c9fbc69 +Size (sylpheed-2.0.0rc.tar.bz2) = 2341232 bytes |