diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-05-04 07:44:38 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-05-04 07:44:38 +0000 |
commit | 05f7200340a7c1bc17b356157bd37501a93c33e2 (patch) | |
tree | 5b1c01b1c07e4e1c25ca0a127d919d737794e69e /mail/sylpheed | |
parent | e7c89b27e51ba28eb98e959e82e416bb94c98ec8 (diff) | |
download | pkgsrc-05f7200340a7c1bc17b356157bd37501a93c33e2.tar.gz |
Updated to 0.7.5.
Changes from NEWS are
* The license has been modified so that it will be compatible with
OpenSSL.
* Sent / Drafts / Queue folder on IMAP4 has been enabled.
* The internationalization of IMAP4 folder name has been implemented.
* IMAP4 folder renaming has been implemented.
* Some critical bugs in IMAP4 response parser have been fixed.
* Non-default mailboxes are now specifiable for inbox, sent, draft,
trash folder and the destination of filtering, using folder identifier.
* Folder property dalog has been implemented.
* Special folders can be specified from the folder property dialog.
* 'Outbox' has been changed to 'Sent'.
* Queued messages are now saved to Sent folder after they are actually
sent.
* The auto line-wrapping has been improved.
* 'Reply to sender' now works for newsgroups.
* The SMTP server response is now referred on SMTP AUTH.
* Templates can be inserted into the current cursor position now.
* Confirmation dialog is displayed on sending if sbject is empty.
* Displayed newsgroup names are now abbreviated.
* The timeout of DNS lookup has been implemented.
* 'Ctrl-Enter' shortcut now works even if Num Lock is on.
* The new application icon has been added.
* New message checking on IMAP or news server will be aborted immediately
if some errors occurred.
* Some menu items have been modified.
* Some other bugfixes have been made.
Diffstat (limited to 'mail/sylpheed')
-rw-r--r-- | mail/sylpheed/Makefile | 4 | ||||
-rw-r--r-- | mail/sylpheed/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index f25c04775fa..b3e9fe0648e 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2002/03/17 15:14:20 uebayasi Exp $ +# $NetBSD: Makefile,v 1.10 2002/05/04 07:44:38 uebayasi Exp $ -DISTNAME= sylpheed-0.7.4 +DISTNAME= sylpheed-0.7.5 CATEGORIES= mail news x11 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ EXTRACT_SUFX= .tar.bz2 diff --git a/mail/sylpheed/distinfo b/mail/sylpheed/distinfo index a72f24e09e4..1a82f1e7878 100644 --- a/mail/sylpheed/distinfo +++ b/mail/sylpheed/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2002/03/17 15:14:20 uebayasi Exp $ +$NetBSD: distinfo,v 1.6 2002/05/04 07:44:39 uebayasi Exp $ -SHA1 (sylpheed-0.7.4.tar.bz2) = 750b11162d42d6388de76b5ba3994a303ae46d7c -Size (sylpheed-0.7.4.tar.bz2) = 1617898 bytes +SHA1 (sylpheed-0.7.5.tar.bz2) = ce3d18e6eb2cbe53bf539b14ce5c8550a190a4e9 +Size (sylpheed-0.7.5.tar.bz2) = 1701512 bytes |