diff options
author | chris <chris@pkgsrc.org> | 2005-05-29 14:45:27 +0000 |
---|---|---|
committer | chris <chris@pkgsrc.org> | 2005-05-29 14:45:27 +0000 |
commit | ea6e6612a4c0175fb1ff81148f625159cceb5eb9 (patch) | |
tree | d6dfe914b0772f79f4a0f17031a12c671775f7f2 /mail/sylpheed-devel | |
parent | 4c27260264ddbb67276679f86c988c243af2e979 (diff) | |
download | pkgsrc-ea6e6612a4c0175fb1ff81148f625159cceb5eb9.tar.gz |
Update Sylpeed-devel to 1.9.12
Main changes are:
* The MIME view and the attachment list of the compose window were
reimplemented using GtkTreeView.
* An option to toggle cursor in the message view was added.
* The backward search button was added to the summary and message
search dialog.
* The PGP Sign and Encrypt check button were added to the compose
window.
* The drag and drop of messages in the summary view to external
applications was enabled.
* The writing of summary cache and mark was optimized so that it
will be written only if it is required.
* The ~/.sylpheed-2.0/tmp/ directory is cleaned up on exit now.
* Errors are detected now when messages are sent with sendmail
command.
* The phishing URL checking was modified so that it works even if
non-ascii space is put at the head of link strings.
* Several bugs of the summary view were fixed.
* The column width of the folder view is now remembered.
* The drag and drop of attached files with non-ascii filename was
fixed.
* The attaching of files with locale-encoded filename by drag and
drop was fixed.
* A bug that caused crash when timeout happened while scanning
IMAP4 folder tree was fixed.
* On IMAP4, a bug that only the first response of the SEARCH
command was recognized was fixed.
* Bcc header fields in mailto URL are no longer interpreted to
conform to RFC 2368.
Diffstat (limited to 'mail/sylpheed-devel')
-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 977e96dd49a..94bd738bf6a 100644 --- a/mail/sylpheed-devel/Makefile +++ b/mail/sylpheed-devel/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2005/05/22 20:08:12 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/05/29 14:45:27 chris Exp $ -DISTNAME= sylpheed-1.9.11 +DISTNAME= sylpheed-1.9.12 CATEGORIES= mail news x11 #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/} MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v1.9/ diff --git a/mail/sylpheed-devel/distinfo b/mail/sylpheed-devel/distinfo index a79442164d2..aef28795798 100644 --- a/mail/sylpheed-devel/distinfo +++ b/mail/sylpheed-devel/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2005/05/18 22:42:21 chris Exp $ +$NetBSD: distinfo,v 1.7 2005/05/29 14:45:27 chris Exp $ -SHA1 (sylpheed-1.9.11.tar.bz2) = 9a7dca84f431119321af1c49efd196c29082a58a -RMD160 (sylpheed-1.9.11.tar.bz2) = 53b9f46256222df2ab872324323d861ed700518d -Size (sylpheed-1.9.11.tar.bz2) = 2219001 bytes +SHA1 (sylpheed-1.9.12.tar.bz2) = 3cdfa40e6e4c13103f2cad80516c6addd96cc6e8 +RMD160 (sylpheed-1.9.12.tar.bz2) = b1ddc7f5e0377eed013d337d495e16d35b97c7ef +Size (sylpheed-1.9.12.tar.bz2) = 2223442 bytes |