diff options
author | chris <chris@pkgsrc.org> | 2006-01-02 13:54:45 +0000 |
---|---|---|
committer | chris <chris@pkgsrc.org> | 2006-01-02 13:54:45 +0000 |
commit | dde7c2702b87521f89ed6c4a5f105ab6a0582a23 (patch) | |
tree | 2b6a15f03db9b8bc7da410f107fc184c5181850b /mail | |
parent | ae8cafb547f82b8d74b216bb0b26b22a6b7ebab0 (diff) | |
download | pkgsrc-dde7c2702b87521f89ed6c4a5f105ab6a0582a23.tar.gz |
Update Sylpheed-devel to 2.2.0beta2.
Changes for 2.2.0beta2:
* The forwarding of messages with attachments was modified.
* The bug that previously selected row was removed from the view
instead of currently selected one when deleting folders from the
context menu was fixed.
* Win32: The bug that messages with subject that includes
characters that can't be used for filename couldn't be attached
was fixed.
* Windows-1252 was added for display encoding.
* After incomplete POP3 session, duplicate retrieval of messages
doesn't happen anymore.
Changes for 2.2.0beta1:
* The major improvements of the search function were made.
o The query search was implemented.
o Search conditions can be specified with the same UI as the
filter rule.
o Subfolders can be searched.
o The search folder (virtual folder) was implemented.
* The maximized window state is now remembered.
* The option "Display recipient on 'From' column if sender is
yourself" now looks for all accounts.
* The line-wrapping of composition now doesn't join enumerated
lines.
* The nonstandard Korean encoding 'ks_c_5601-1987' was supported.
* The bug that the initial directory was not properly selected in
the file selection dialog with GTK+ 2.8 was fixed.
* Some other bugs were fixed.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed-devel/Makefile | 6 | ||||
-rw-r--r-- | mail/sylpheed-devel/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/sylpheed-devel/Makefile b/mail/sylpheed-devel/Makefile index 4180bd88455..3cd58ca07f1 100644 --- a/mail/sylpheed-devel/Makefile +++ b/mail/sylpheed-devel/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.24 2005/12/29 06:21:53 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2006/01/02 13:54:45 chris Exp $ -DISTNAME= sylpheed-2.1.8 +DISTNAME= sylpheed-2.2.0beta2 CATEGORIES= mail news x11 #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/} -MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v2.1/ +MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v2.2beta/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= chris@NetBSD.org diff --git a/mail/sylpheed-devel/distinfo b/mail/sylpheed-devel/distinfo index 70519da94e9..f87bf327b9c 100644 --- a/mail/sylpheed-devel/distinfo +++ b/mail/sylpheed-devel/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2005/12/02 07:48:27 xtraeme Exp $ +$NetBSD: distinfo,v 1.20 2006/01/02 13:54:45 chris Exp $ -SHA1 (sylpheed-2.1.8.tar.bz2) = eeac51e517673f990d7fbc7407b8a6409a4792ee -RMD160 (sylpheed-2.1.8.tar.bz2) = eae9cf1e646d7b77875be78e44d3f5130ddb6c10 -Size (sylpheed-2.1.8.tar.bz2) = 2400055 bytes +SHA1 (sylpheed-2.2.0beta2.tar.bz2) = 616ec5949130569a3a4e296a96d71b8da5f4c5e3 +RMD160 (sylpheed-2.2.0beta2.tar.bz2) = b26caa74fb47a1a054d59f552fd1f4f107352494 +Size (sylpheed-2.2.0beta2.tar.bz2) = 2450981 bytes |