summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2003-01-27 08:10:29 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2003-01-27 08:10:29 +0000
commit8be0d507f47b66d150e9be6e75a9ffb5feae73b8 (patch)
treee3237df73c520bd84be8fa1131a2e9c875bbbac8 /net-mail/sylpheed-claws
parentversion bump + FHS fix (diff)
downloadhistorical-8be0d507f47b66d150e9be6e75a9ffb5feae73b8.tar.gz
historical-8be0d507f47b66d150e9be6e75a9ffb5feae73b8.tar.bz2
historical-8be0d507f47b66d150e9be6e75a9ffb5feae73b8.zip
added info on new plugins
Diffstat (limited to 'net-mail/sylpheed-claws')
-rw-r--r--net-mail/sylpheed-claws/ChangeLog13
-rw-r--r--net-mail/sylpheed-claws/sylpheed-claws-0.8.9.ebuild8
2 files changed, 16 insertions, 5 deletions
diff --git a/net-mail/sylpheed-claws/ChangeLog b/net-mail/sylpheed-claws/ChangeLog
index 00ef933751f2..44d3b2cb782b 100644
--- a/net-mail/sylpheed-claws/ChangeLog
+++ b/net-mail/sylpheed-claws/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for net-mail/sylpheed-claws
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/ChangeLog,v 1.31 2003/01/26 22:01:50 bcowan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/ChangeLog,v 1.32 2003/01/27 08:10:29 bcowan Exp $
*sylpheed-claws-0.8.9 (26 Jan 2003)
@@ -8,9 +8,14 @@
files/digest-sylpheed-claws-0.8.9:
Version bump, with many bugfixes and feature enhancements including new plugin support,
- with a built in spamassassin plugin :).
-
-
+ with a built in spamassassin plugin :). To use the plugins you will need to load
+ them Go to '/Configuration/Plugins' and click 'Load plugin', then select the
+ plugin SpamAssassin usr/lib/sylpheed-claws/plugins/spamassassin.so, SpamAssassin GTK
+ usr/lib/sylpheed/plugins/spamassassin_gtk.so To configure the SpamAssassin
+ plugin go to the new Preferences window, '/Configuration/Other Preferences',
+ and select /Filtering/SpamAssassin.
+
+
*sylpheed-claws-0.8.8-r1 (10 Jan 2003)
10 Jan 2003; Luca Barbato <lu_zero@gentoo.org> sylpheed-claws-0.8.8-r1.ebuild,
diff --git a/net-mail/sylpheed-claws/sylpheed-claws-0.8.9.ebuild b/net-mail/sylpheed-claws/sylpheed-claws-0.8.9.ebuild
index 2d8b49db0a6d..6f57a565c2dc 100644
--- a/net-mail/sylpheed-claws/sylpheed-claws-0.8.9.ebuild
+++ b/net-mail/sylpheed-claws/sylpheed-claws-0.8.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.8.9.ebuild,v 1.1 2003/01/26 22:01:50 bcowan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.8.9.ebuild,v 1.2 2003/01/27 08:10:29 bcowan Exp $
IUSE="nls gnome xface gtkhtml crypt spell imlib ssl ldap ipv6 pda"
@@ -110,3 +110,9 @@ src_install() {
dodoc AUTHORS ChangeLog* INSTALL* NEWS README* TODO*
}
+
+pkg_postinst() {
+ einfo "A new plugin scheme has been implemented and a spamassassin plugin"
+ einfo "now comes with sylpheed-claws. For info on these please read the"
+ einfo "Changelog"
+}