From 66afd70b756a0637da3537e96f6bf6ce0a2c46e9 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Wed, 26 Dec 2012 06:14:34 -0500
Subject: [PATCH] Framework'ize html2text class

---
 program/include/bc.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/program/include/bc.php b/program/include/bc.php
index 05d15b9..3d9d462 100644
--- a/program/include/bc.php
+++ b/program/include/bc.php
@@ -412,3 +412,7 @@
 class washtml extends rcube_washtml
 {
 }
+
+class html2text extends rcube_html2text
+{
+}

--
Gitblit v1.9.1