New commits:
commit 50f8b5160236540cfc1d5cd0fa582beb92265220
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>
sylpheed-claws: renamed to claws-mail. Updated to version 2.6.1
sylpheed-claws-extra-plugins: renamed to claws-mail-extra-plugins.
Updated to version 2.6.1
diff --git a/ChangeLog b/ChangeLog
index b7cad52..7fa62d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-12 George Sherwood <george AT beernabeer.com>
+ * mail/sylpheed-claws: renamed claws-mail
+ * mail/sylpheed-claws-extra-plugins: renamed claws-mail-extra-plugins
+
2006-12-11 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* etox: removed it's dead
diff --git a/mail/claws-mail-extra-plugins/BUILD
b/mail/claws-mail-extra-plugins/BUILD
new file mode 100755
index 0000000..0d4eaa0
--- /dev/null
+++ b/mail/claws-mail-extra-plugins/BUILD
@@ -0,0 +1,6 @@
+for SYLPHEED_PLUGIN in $SYLPHEED_CLAWS_EXTRA_PLUGINS
+do
+ message "${MESSAGE_COLOR}claws-mail-extra-plugin $SYLPHEED_PLUGIN is being
built...${DEFAULT_COLOR}"
+ cd $SOURCE_DIRECTORY/$SYLPHEED_PLUGIN*
+ default_build
+done
diff --git a/mail/claws-mail-extra-plugins/CONFIGURE
b/mail/claws-mail-extra-plugins/CONFIGURE
new file mode 100755
index 0000000..657b921
--- /dev/null
+++ b/mail/claws-mail-extra-plugins/CONFIGURE
@@ -0,0 +1,16 @@
+persistent_add SYLPHEED_CLAWS_EXTRA_PLUGINS &&
+SYLPHEED_CLAWS_EXTRA_PLUGINS="acpi_notifier \
+ att_remover \
+ cachesaver \
+ etpan-privacy \
+ fetchinfo-plugin \
+ gtkhtml2_viewer \
+ maildir \
+ mailmbox \
+ newmail \
+ notification_plugin \
+ perl_plugin \
+ rssyl \
+ smime \
+ synce_plugin \
+ vcalendar"
diff --git a/mail/claws-mail-extra-plugins/CONFLICTS
b/mail/claws-mail-extra-plugins/CONFLICTS
new file mode 100755
index 0000000..22789f8
--- /dev/null
+++ b/mail/claws-mail-extra-plugins/CONFLICTS
@@ -0,0 +1 @@
+conflicts sylpheed-claws-extra-plugins y
diff --git a/mail/claws-mail-extra-plugins/DEPENDS
b/mail/claws-mail-extra-plugins/DEPENDS
new file mode 100755
index 0000000..c2f714b
--- /dev/null
+++ b/mail/claws-mail-extra-plugins/DEPENDS
@@ -0,0 +1,11 @@
+depends claws-mail &&
+
+optional_depends synce-libsynce \
+ "" \
+ "" \
+ "to build SynCE plugin" &&
+
+optional_depends synce-librapi2 \
+ "" \
+ "" \
+ "to build SynCE plugin"
diff --git a/mail/claws-mail-extra-plugins/DETAILS
b/mail/claws-mail-extra-plugins/DETAILS
new file mode 100755
index 0000000..a548f15
--- /dev/null
+++ b/mail/claws-mail-extra-plugins/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=claws-mail-extra-plugins
+ VERSION=2.6.1
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL=$SOURCEFORGE_URL/sylpheed-claws/$SOURCE
+ SOURCE2=${SOURCE}.asc
+ SOURCE2_URL=${SOURCE_URL}.asc
+ SOURCE_GPG=sylpheed.gpg:${SOURCE}.asc
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://www.sylpheed-claws.net/plugins.php
+ ENTERED=20060926
+ LICENSE[0]=GPL
+ KEYWORDS="reader email mail"
+ SHORT="extra plugins for sylpheed-claws"
+cat << EOF
+extra plugins for sylpheed-claws
+EOF
diff --git a/mail/claws-mail-extra-plugins/HISTORY
b/mail/claws-mail-extra-plugins/HISTORY
new file mode 100644
index 0000000..37d6ad4
--- /dev/null
+++ b/mail/claws-mail-extra-plugins/HISTORY
@@ -0,0 +1,18 @@
+2006-12-12 George Sherwood <george AT beernabeer.com>
+ * ALL: Created from sylpheed-claws-extra-plugins
+ * DETAILS: Updated to version 2.6.1
+
+2006-11-20 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.6.0
+
+2006-10-04 Ladislav Hagara <hgr AT vabo.cz>
+ * TRIGGERS: added, on_cast sylpheed-claws cast_self
+
+2006-09-28 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.5.2
+ * CONFIGURE: added new synce_plugin
+ * DEPENDS: added optional_depends synce-libsynce and synce-librapi2
+
+2006-09-26 Ladislav Hagara <hgr AT vabo.cz>
+ * *: created this spell, version 2.5.0
+
diff --git a/mail/claws-mail-extra-plugins/INSTALL
b/mail/claws-mail-extra-plugins/INSTALL
new file mode 100755
index 0000000..a0fe839
--- /dev/null
+++ b/mail/claws-mail-extra-plugins/INSTALL
@@ -0,0 +1,6 @@
+for SYLPHEED_PLUGIN in $SYLPHEED_CLAWS_EXTRA_PLUGINS
+do
+ message "${MESSAGE_COLOR}claws-mail-extra-plugin $SYLPHEED_PLUGIN is being
installed ...${DEFAULT_COLOR}"
+ cd $SOURCE_DIRECTORY/$SYLPHEED_PLUGIN*
+ default_install
+done
diff --git a/mail/claws-mail-extra-plugins/TRIGGERS
b/mail/claws-mail-extra-plugins/TRIGGERS
new file mode 100755
index 0000000..38f42a3
--- /dev/null
+++ b/mail/claws-mail-extra-plugins/TRIGGERS
@@ -0,0 +1 @@
+on_cast claws-mail cast_self
diff --git a/mail/claws-mail/BUILD b/mail/claws-mail/BUILD
new file mode 100755
index 0000000..4faea95
--- /dev/null
+++ b/mail/claws-mail/BUILD
@@ -0,0 +1,2 @@
+OPTS="${SYLPHEED_OPTS} ${OPTS}" &&
+default_build
diff --git a/mail/claws-mail/CONFIGURE b/mail/claws-mail/CONFIGURE
new file mode 100755
index 0000000..49ff14f
--- /dev/null
+++ b/mail/claws-mail/CONFIGURE
@@ -0,0 +1,11 @@
+config_query_option SYLPHEED_OPTS "Compile tray-icon plugin?" y \
+ "--enable-trayicon-plugin" \
+ "--disable-trayicon-plugin" &&
+
+config_query_option SYLPHEED_OPTS "Compile crash dialog?" n \
+ "--enable-crash-dialog" \
+ "--disable-crash-dialog" &&
+
+config_query_option SYLPHEED_OPTS "Enable IPv6 support?" y \
+ "--enable-ipv6" \
+ "--disable-ipv6"
diff --git a/mail/claws-mail/CONFLICTS b/mail/claws-mail/CONFLICTS
new file mode 100755
index 0000000..7743d27
--- /dev/null
+++ b/mail/claws-mail/CONFLICTS
@@ -0,0 +1,3 @@
+conflicts sylpheed-claws y
+conflicts sylpheed
+conflicts sylpheed-gtk2
diff --git a/mail/claws-mail/DEPENDS b/mail/claws-mail/DEPENDS
new file mode 100755
index 0000000..dfb8ccb
--- /dev/null
+++ b/mail/claws-mail/DEPENDS
@@ -0,0 +1,60 @@
+depends gtk+2
+optional_depends "gnome-print" \
+ "--enable-gnomeprint" \
+ "--disable-gnomeprint" \
+ "enable gnome-print support?" &&
+
+optional_depends "libetpan" \
+ "--enable-libetpan" \
+ "--disable-libetpan" \
+ "enable IMAP4 support?" &&
+
+optional_depends "compface" \
+ "--enable-compface" \
+ "--disable-compface" \
+ "for X-Face support" &&
+
+optional_depends "openssl" \
+ "--enable-openssl" \
+ "--disable-openssl" \
+ "for pop3s and imaps" &&
+
+optional_depends "gpgme" \
+ "--enable-gpgme" \
+ "--disable-pgpmime-plugin" \
+ "for encrypted email" &&
+
+optional_depends "spamassassin" \
+ "--enable-spamassassin-plugin" \
+ "" \
+ "for SpamProtection"
+
+optional_depends "openldap" \
+ "--enable-ldap" \
+ "--disable-ldap" \
+ "enable ldap support?" &&
+
+optional_depends "jpilot" \
+ "--enable-jpilot" \
+ "--disable-jpilot" \
+ "enable jpilot support?" &&
+
+optional_depends "startup-notification" \
+ "--enable-startup-notification" \
+ "--disable-startup-notification" \
+ "enable startup-notification support?" &&
+
+optional_depends "clamav" \
+ "--enable-clamav" \
+ "--disable-clamav" \
+ "enable clamav anti-virus support?" &&
+
+optional_depends "dillo" \
+ "--enable-dillo-viewer-plugin" \
+ "--disable-dillo-viewer-plugin" \
+ "enable dillo plugin support to read html emails?" &&
+
+optional_depends "aspell" \
+ "--enable-aspell" \
+ "--disable-aspell" \
+ "enable aspell spellchecking support?"
diff --git a/mail/claws-mail/DETAILS b/mail/claws-mail/DETAILS
new file mode 100755
index 0000000..200a774
--- /dev/null
+++ b/mail/claws-mail/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=claws-mail
+ VERSION=2.6.1
+ SOURCE=$SPELL-${VERSION}.tar.bz2
+ SOURCE_URL=$SOURCEFORGE_URL/sylpheed-claws/$SOURCE
+ SOURCE2=${SOURCE}.asc
+ SOURCE2_URL=${SOURCE_URL}.asc
+ SOURCE_GPG=sylpheed.gpg:${SOURCE}.asc
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://sylpheed-claws.sourceforge.net
+ ENTERED=20061209
+ LICENSE[0]=GPL
+ KEYWORDS="reader email mail"
+ SHORT="e-mail client (& news reader) based on GTK+2"
+cat << EOF
+Sylpheed-Claws is a bleeding edge branch of Sylpheed, a GTK+2 based,
lightweight,
+and fast e-mail client. The messages are managed in MH format. You can also
+utilize fetchmail and/or procmail, and external programs on receiving (like
inc
+or imget).
+EOF
diff --git a/mail/claws-mail/HISTORY b/mail/claws-mail/HISTORY
new file mode 100644
index 0000000..4ecfcbd
--- /dev/null
+++ b/mail/claws-mail/HISTORY
@@ -0,0 +1,196 @@
+2006-12-12 George Sherwood <george AT beernabeer.com>
+ * ALL: Created from sylpheed-claws
+ * DETAILS: Updated to 2.6.1
+
+2006-11-14 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: libetpan is now required for imap4
+ * DETAILS: patchlevel 1
+
+2006-11-09 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to 2.6.0
+
+2006-10-19 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.5.6
+
+2006-10-12 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.5.5
+
+2006-10-11 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.5.4
+
+2006-10-04 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.5.3
+
+2006-09-28 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.5.2
+
+2006-09-26 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.5.1
+
+2006-09-25 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.5.0
+
+2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
+ * PROVIDES: [automated] Fixed invalid entries.
+
+2006-07-31 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.4.0, removed BUILD_API and UPDATED
+
+2006-06-20 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.3.1
+
+2006-06-12 David Kowis <dkowis AT shlrm.org>
+ * DETAILS, CONFIGURE, PREPARE: removed setting between GTK+ and GTK+2
+ as it's not anywhere on their site, nor can the files be downloaded.
+
+2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DETAILS: inserted BUILD_API=1 line
+
+2006-06-08 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.2.3
+
+2006-06-05 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.2.1
+
+2006-05-09 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.2.0
+ * desktop/sylpheed.desktop: deleted
+ sylpheed-claws uses its own sylpheed-claws.desktop
+
+2006-04-24 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.1.1
+
+2006-04-06 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.1.0
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2006-01-30 George Sherwood <george AT beernabeer.com>
+ * DETAILS: 2.0.0
+
+2005-11-01 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.9.99
+
+2005-09-26 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.9.14
+
+2005-08-23 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: added gpg verification
+ * added CONFIGURE: crash dialog, tray icon and IPv6 questions
+ * added BUILD: needed to add options from CONFIGURE to $OPTS
+ * DEPENDS: added optional dependencies: gnome-print, libetpan,
openldap,
+ clamav, dillo, aspell.
+
+2005-08-07 David C. Haley <dhaley AT hot.rr.com>
+ * Last modification made. Tested on peronal computer and spell is
working fine.
+ * WIP: No longer needed. Will contain last details about final mods
made to spell
+ and can be removed when spell is bumped to test.
+
+2005-08-01 David C. Haley <dhaley AT hot.rr.com>
+ * CONFIGURE: Created; ask for GTK or GTK2
+ * DEPENDS: Updated to change required depends based on CONFIGURE
selection.
+ * DETAILS: Updated to change version and MD5 based on CONFIGURE
selection.
+ * WIP: Created; I am not sure if this will work first time, better
safe than sorry ;)
+
+2005-06-27 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.0.5
+
+2005-05-16 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.0.4a
+
+2005-04-04 Ladislav Hagara <hgr AT vabo.cz>
+ * DEPENDS: added --disable-pgpmime-plugin for gpgme [Bug 8540]
+ sylpheed-claws is compatible only with OLD 3.0 branch of gpgme
+
+2005-03-24 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.0.4
+
+2005-03-11 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.0.3
+
+2005-02-09 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.0.1
+
+2005-01-20 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.0.0
+ * DEPENDS: Mail-SpamAssassin -> spamassassin
+
+2005-01-12 Arjan Bouter <abouter AT sourcemage.org>
+ * Added desktop file
+
+2004-12-07 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.9.13
+
+2004-09-27 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.9.12b
+
+2004-09-17 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.9.12a, shortened SHORT and description
+ removed MENU_* items
+
+2004-07-02 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.9.12
+
+2004-05-31 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.9.11
+ * DEPENDS: --enable-ssl changed to --enable-openssl [Bug 6917]
+ thanks to Florian Franzmann
+
+2004-03-25 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DEPENDS: added optional_depends on spamassassin (bug #6434)
+
+2004-03-08 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.9.10
+
+2004-02-07 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.9.9, removed MAINTAINER=tmarx AT digitalprojects.com
+
+2004-01-21 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DETAILS: updated to 0.9.8
+
+2003-12-02 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.9.7
+
+2003-11-18 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 0.9.6 (Bug #4746)
+ Changed LICENSE to LICENSE[0]
+ Moved MENU* items to before SHORT (SHORT should be last)
+
+2003-10-28 Eric Sandall <eric AT sandall.us>
+ * PROVIDES: Uppercase provides
+ * HISTORY: Formatted to Guru Handbook
+
+2003-09-17 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: updated to 0.9.5
+
+2003-05-24 M.L. <mlubrano AT sourcemage.org>
+ * DETAILS: Version++ (0.9.0).
+
+2003-03-13 M.L. <mlubrano AT sourcemage.org>
+ * DETAILS: Version++ (0.8.11).
+
+2003-03-02 M.L. <mlubrano AT sourcemage.org>
+ * TRIGGERS: Added
+
+2003-02-12 M.L. <mlubrano AT sourcemage.org>
+ * DETAILS: Version++ (0.8.10).
+
+2003-01-02 M.L. <mlubrano AT sourcemage.org>
+ * DETAILS: Version++ (0.8.8).
+
+2002-11-26 M.L. <mlubrano AT sourcemage.org>
+ * DETAILS: Version++ (0.8.6).
+
+2002-11-05 M.L. <mlubrano AT sourcemage.org>
+ * DETAILS: Added MENU_* entries
+
+2002-10-09 M.L. <mlubrano AT sourcemage.org>
+ * DETAILS: Version++ (0.8.5).
+
+2002-09-29 M.L. <mlubrano AT sourcemage.org>
+ * Minor spell fix.
+
+2002-09-28 Tobias Marx <tmarx AT digitalprojects.com>
+ * Created spell (ripped from sylpheed's spell).
+
diff --git a/mail/claws-mail/PROVIDES b/mail/claws-mail/PROVIDES
new file mode 100755
index 0000000..35a9a9e
--- /dev/null
+++ b/mail/claws-mail/PROVIDES
@@ -0,0 +1 @@
+X11-EMAIL-CLIENT
diff --git a/mail/claws-mail/TRIGGERS b/mail/claws-mail/TRIGGERS
new file mode 100755
index 0000000..b2ef0b5
--- /dev/null
+++ b/mail/claws-mail/TRIGGERS
@@ -0,0 +1,2 @@
+on_cast openssl cast_self
+on_pre_dispel openssl check_self
diff --git a/mail/sylpheed-claws-extra-plugins/BUILD
b/mail/sylpheed-claws-extra-plugins/BUILD
index 71d313f..27ba77d 100755
--- a/mail/sylpheed-claws-extra-plugins/BUILD
+++ b/mail/sylpheed-claws-extra-plugins/BUILD
@@ -1,6 +1 @@
-for SYLPHEED_PLUGIN in $SYLPHEED_CLAWS_EXTRA_PLUGINS
-do
- message "${MESSAGE_COLOR}sylpheed-claws-extra-plugin $SYLPHEED_PLUGIN is
being built...${DEFAULT_COLOR}"
- cd $SOURCE_DIRECTORY/$SYLPHEED_PLUGIN*
- default_build
-done
+true
diff --git a/mail/sylpheed-claws-extra-plugins/DEPENDS
b/mail/sylpheed-claws-extra-plugins/DEPENDS
index 01698b0..38d755f 100755
--- a/mail/sylpheed-claws-extra-plugins/DEPENDS
+++ b/mail/sylpheed-claws-extra-plugins/DEPENDS
@@ -1,11 +1 @@
-depends sylpheed-claws &&
-
-optional_depends synce-libsynce \
- "" \
- "" \
- "to build SynCE plugin" &&
-
-optional_depends synce-librapi2 \
- "" \
- "" \
- "to build SynCE plugin"
+depends claws-mail-extra-plugins
diff --git a/mail/sylpheed-claws-extra-plugins/DETAILS
b/mail/sylpheed-claws-extra-plugins/DETAILS
index ad63c34..2a9c89a 100755
--- a/mail/sylpheed-claws-extra-plugins/DETAILS
+++ b/mail/sylpheed-claws-extra-plugins/DETAILS
@@ -1,14 +1,15 @@
SPELL=sylpheed-claws-extra-plugins
VERSION=2.6.0
- SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL=$SOURCEFORGE_URL/sylpheed-claws/$SOURCE
- SOURCE2=${SOURCE}.asc
- SOURCE2_URL=${SOURCE_URL}.asc
- SOURCE_GPG=sylpheed.gpg:${SOURCE}.asc
- SOURCE2_IGNORE=signature
+# SOURCE=$SPELL-$VERSION.tar.bz2
+# SOURCE_URL=$SOURCEFORGE_URL/sylpheed-claws/$SOURCE
+# SOURCE2=${SOURCE}.asc
+# SOURCE2_URL=${SOURCE_URL}.asc
+# SOURCE_GPG=sylpheed.gpg:${SOURCE}.asc
+# SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://www.sylpheed-claws.net/plugins.php
ENTERED=20060926
+ PATCHLEVEL=1
LICENSE[0]=GPL
KEYWORDS="reader email mail"
SHORT="extra plugins for sylpheed-claws"
diff --git a/mail/sylpheed-claws-extra-plugins/EXPORTS
b/mail/sylpheed-claws-extra-plugins/EXPORTS
new file mode 100755
index 0000000..1d51f4f
--- /dev/null
+++ b/mail/sylpheed-claws-extra-plugins/EXPORTS
@@ -0,0 +1 @@
+SYLPHEED_CLAWS_EXTRA_PLUGINS
diff --git a/mail/sylpheed-claws-extra-plugins/HISTORY
b/mail/sylpheed-claws-extra-plugins/HISTORY
index 683b5f8..cdb837d 100644
--- a/mail/sylpheed-claws-extra-plugins/HISTORY
+++ b/mail/sylpheed-claws-extra-plugins/HISTORY
@@ -1,3 +1,6 @@
+2006-12-12 George Sherwood <george AT beernabeer.com>
+ * ALL: Spell deprecated due to name change. Now
claws-mail-extra-plugins
+
2006-11-20 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.6.0