diff options
author | adam <adam> | 2004-03-08 15:46:42 +0000 |
---|---|---|
committer | adam <adam> | 2004-03-08 15:46:42 +0000 |
commit | 00e1d4cce97db1da32e34dfafc6997b25aaa5bdd (patch) | |
tree | 2ff1caad7dd187ad0ef3ca488dbb68674d96279e /mail | |
parent | be2a979a53b7d6aa664cfb17371e43208b9605ec (diff) | |
download | pkgsrc-00e1d4cce97db1da32e34dfafc6997b25aaa5bdd.tar.gz |
Changes 0.9.10:
* GnuPG signed message part icons now have borders to indicate the
status of the signature. A blue dotted border indicates the status
is unknown, a red dotted border indicates a bad signature, and a
solid green border indicates a good signature.
* when composing to a default address the header entry is no longer
selected but instead is given a coloured, bold font to indicate
its presence
* a "Wrap current paragraph" button is now available for the Compose
toolbar
* a new reply quote format token is available, '%X'. This specifies
the cursor position.
* the Folderview is updated progressively while receiving mail
* support for the 'Rif:' Subject reply prefix has been added
* LDAP TLS support has been added in the address book
* a Compose window can opened from the address book by right-
clicking an entry and selecting 'Mail To'
* tools/textviewer.sh: support for perl and shell scripts
* better handling of whitespace in Quick Search bar
* updated translations: German, Russian, Serbian, Simplified
Chinese, Spanish, and Slovak
* Bug fixes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed-claws/Makefile.common | 4 | ||||
-rw-r--r-- | mail/sylpheed-claws/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/sylpheed-claws/Makefile.common b/mail/sylpheed-claws/Makefile.common index 2451a303c7d..ba3d4a3241d 100644 --- a/mail/sylpheed-claws/Makefile.common +++ b/mail/sylpheed-claws/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2004/02/09 15:41:13 adam Exp $ +# $NetBSD: Makefile.common,v 1.5 2004/03/08 15:46:42 adam Exp $ # DISTNAME= sylpheed-${SYLPHEED_VERSION}claws @@ -21,4 +21,4 @@ GNU_CONFIGURE= YES # Force gnome detection off to avoid installing some extra files CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG="no" -SYLPHEED_VERSION= 0.9.9 +SYLPHEED_VERSION= 0.9.10 diff --git a/mail/sylpheed-claws/distinfo b/mail/sylpheed-claws/distinfo index 6c5f3d02567..1e23b5dcd57 100644 --- a/mail/sylpheed-claws/distinfo +++ b/mail/sylpheed-claws/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.12 2004/02/09 15:41:13 adam Exp $ +$NetBSD: distinfo,v 1.13 2004/03/08 15:46:42 adam Exp $ -SHA1 (sylpheed-0.9.9claws.tar.bz2) = 27583aa5a55947f2874f395d97cbdf21815c9266 -Size (sylpheed-0.9.9claws.tar.bz2) = 2960914 bytes +SHA1 (sylpheed-0.9.10claws.tar.bz2) = 7d1f6a0da504184254a09b10533e179d9547b950 +Size (sylpheed-0.9.10claws.tar.bz2) = 2969973 bytes |