diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-10-11 18:12:55 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-10-11 18:12:55 +0000 |
commit | d3ba68fcadbec501c31966cb57ceaa8220031349 (patch) | |
tree | 43d2182192deb7725fb986d45835479b74a5273c | |
parent | 8d14a3f1cb2f1a2078aa2384398da467a1c6b0b2 (diff) | |
download | pkgsrc-d3ba68fcadbec501c31966cb57ceaa8220031349.tar.gz |
Update to 2.4.7:
* The bug that 'Set display item of summary...' button in the common
preferences dialog always show send folder setting was fixed.
* The previous focus is kept when separation of view is changed.
* The status label is automatically resized now when there is not
enough width.
* The bug that virtual folders were not sorted properly was fixed.
* The crash when trying to use ascii-armored PGP encryption was fixed.
* The most of compiler warnings were removed.
Changes for 2.4.6:
* The 'To' column was added to the summary view.
* In Sent, Draft, and Queue folders, the 'To' column is displayed by
default.
* The display column setting of send folders became independent from
normal folders.
* The ascii-armored PGP encryption was fixed.
* The combined method is used now when both PGP encryption and PGP
signing are specified.
* The PGP passphrase dialog was disabled on filtering and query search.
* The new message notify will be blocked when a new message is read
on receiving.
* 'LIST "" "*"' command is used instead of 'LIST "" "%"' to obtain
folder list from IMAP4 server.
* The bug that noinferior and noselect flags were ignored until rebuilding
folder tree when a new folder was created on IMAP4 server was fixed.
* If attached files become nonexistent on sending, error dialog will be
displayed and the sending will abort.
-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 4dec227318f..fed71382558 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.108 2007/08/31 11:06:06 drochner Exp $ +# $NetBSD: Makefile,v 1.109 2007/10/11 18:12:55 xtraeme Exp $ -DISTNAME= sylpheed-2.4.5 +DISTNAME= sylpheed-2.4.7 CATEGORIES= mail news x11 MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v2.4/ EXTRACT_SUFX= .tar.bz2 diff --git a/mail/sylpheed/distinfo b/mail/sylpheed/distinfo index 36a9516b5c8..f7762bdcfd9 100644 --- a/mail/sylpheed/distinfo +++ b/mail/sylpheed/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.60 2007/08/31 11:06:06 drochner Exp $ +$NetBSD: distinfo,v 1.61 2007/10/11 18:12:55 xtraeme Exp $ -SHA1 (sylpheed-2.4.5.tar.bz2) = 913484925cf6e3982dd8ea50df71e2a30180af50 -RMD160 (sylpheed-2.4.5.tar.bz2) = 1940ebe99ddd2a1394f43c93fc5447b34c9ba0fc -Size (sylpheed-2.4.5.tar.bz2) = 2747464 bytes +SHA1 (sylpheed-2.4.7.tar.bz2) = e0b02eecf52c9ae1ed08d0c62d1dc907acd4a48a +RMD160 (sylpheed-2.4.7.tar.bz2) = 326a75dda16777260ddb08a69e6eca1ad1a61b4e +Size (sylpheed-2.4.7.tar.bz2) = 2762763 bytes |