diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-05-21 05:07:00 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-05-21 05:07:00 +0000 |
commit | c32280b3bd5c7d2ded954b97c37b1d5ea15105b1 (patch) | |
tree | 00169630f648a93357d8b2bda9c822182b25de48 /mail | |
parent | d20e2d43a344df62fc98c58c15ba4f6f4f2036af (diff) | |
download | pkgsrc-c32280b3bd5c7d2ded954b97c37b1d5ea15105b1.tar.gz |
Update to 2.4.2:
* The recursive download of remote folders was enabled.
* The quick search condition for each folder now persists between sessions.
* The selection now persists when the quick search condition is updated.
* SSL ports in Advanced tab of the account prefs dialog are now automatically
set when SSL is enabled.
* The '--open' command line option which open messages in new window was added.
* Quoted-printable or base64 encoding is now forced on PGP/MIME signing
instead of stripping trailing spaces
(except for the case of ISO-2022-JP encoding).
* The quoted-pair in From header is now processed correctly when displaying
its name.
* The performance of 'Mark all read' on IMAP folders was improved.
* The bug that the character '+' in address was treated as URI-escaped
space was fixed.
* Unix: the problem that 'Get' and 'Get all' button could not be clicked
after receiving while mouse pointer was over the buttons was fixed.
2.4.1:
* If shift or control key is pressed on address completion, only address
string is inserted now.
Diffstat (limited to 'mail')
-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 77ce361e2c3..e29b596ec03 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.104 2007/04/25 17:21:11 xtraeme Exp $ +# $NetBSD: Makefile,v 1.105 2007/05/21 05:07:00 xtraeme Exp $ -DISTNAME= sylpheed-2.4.0 +DISTNAME= sylpheed-2.4.2 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 892a10cb592..4fbe1c6c1dd 100644 --- a/mail/sylpheed/distinfo +++ b/mail/sylpheed/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.56 2007/04/25 17:21:11 xtraeme Exp $ +$NetBSD: distinfo,v 1.57 2007/05/21 05:07:00 xtraeme Exp $ -SHA1 (sylpheed-2.4.0.tar.bz2) = 64de3cb2094ea69f8b8be81112eaae8a67ed7a98 -RMD160 (sylpheed-2.4.0.tar.bz2) = c5dad0127c00fd1b8413f0fe7e3588c2aba3d608 -Size (sylpheed-2.4.0.tar.bz2) = 2728460 bytes +SHA1 (sylpheed-2.4.2.tar.bz2) = 01b5272b680f9badb04500023449e4abebe4915d +RMD160 (sylpheed-2.4.2.tar.bz2) = 12f740c12b6811629ff90761a2820de0f55d907e +Size (sylpheed-2.4.2.tar.bz2) = 2726890 bytes |