[Lunar-commits] <moonbase> gtkhtml2_viewer: html viewer plugin for claws-mail
Duncan Gibson
engelsman at lunar-linux.org
Wed Dec 15 22:36:32 CET 2010
commit 62834be38a2be3b077b6843e02c628ce186ca206
Author: Guillaume <sirocco at gmx.fr>
Date: Wed Dec 15 22:36:32 2010 +0100
gtkhtml2_viewer: html viewer plugin for claws-mail
This is a new module.
It's a HTML viewer module for claws-mail.
I found it better than dillo and fltk2.
You may add it in mail section.
Guillaume
---
zbeta/gtkhtml2_viewer/DEPENDS | 2 ++
zbeta/gtkhtml2_viewer/DETAILS | 19 +++++++++++++++++++
2 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/zbeta/gtkhtml2_viewer/DEPENDS b/zbeta/gtkhtml2_viewer/DEPENDS
new file mode 100644
index 0000000..bd3db2d
--- /dev/null
+++ b/zbeta/gtkhtml2_viewer/DEPENDS
@@ -0,0 +1,2 @@
+depends claws-mail
+depends curl
diff --git a/zbeta/gtkhtml2_viewer/DETAILS b/zbeta/gtkhtml2_viewer/DETAILS
new file mode 100644
index 0000000..def9902
--- /dev/null
+++ b/zbeta/gtkhtml2_viewer/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=gtkhtml2_viewer
+ VERSION=0.29
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=http://www.claws-mail.org/downloads/plugins/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:c0d0e51afb093850c39e6b7f85dc75ba7ff15141
+ WEB_SITE="http://www.claws-mail.org/plugins.php"
+ ENTERED=20101210
+ UPDATED=20101210
+ SHORT="Renders HTML mail using the gtkhtml2 rendering widget"
+cat <<EOF
+The Gtkhtml2Viewer plugin is an HTML renderer plugin for Claws Mail.
+It features:
+ * Basic rendering of HTML message parts
+ * Displaying of attached images
+ * Optional fetching and displaying of remote images
+ * Remote image caching
+ * The ability to Reply to the message, quoting the selected text
+EOF
More information about the Lunar-commits
mailing list