gunnar: server/kolab-webclient/imp/templates/imp-4.3.6 webclient-imp_mime_drivers.php.template, 1.4, 1.5

cvs at kolab.org cvs at kolab.org
Tue Mar 30 15:30:52 CEST 2010


Author: gunnar

Update of /kolabrepository/server/kolab-webclient/imp/templates/imp-4.3.6
In directory doto:/tmp/cvs-serv22919/templates/imp-4.3.6

Modified Files:
	webclient-imp_mime_drivers.php.template 
Log Message:
kolab/issue3543 (Display of pure HTML email very clunky, claimed to be no displayable part)

Index: webclient-imp_mime_drivers.php.template
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/imp/templates/imp-4.3.6/webclient-imp_mime_drivers.php.template,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- webclient-imp_mime_drivers.php.template	4 Mar 2010 21:43:27 -0000	1.4
+++ webclient-imp_mime_drivers.php.template	30 Mar 2010 13:30:49 -0000	1.5
@@ -24,22 +24,20 @@
  * downloadable attachment). This is considered unsafe (see discussion
  * in https://issues.kolab.org/issue3543)
  */
-/**
-$mime_drivers['imp']['html'] = array(
-    'inline' => true,
-    'handles' => array(
-        'text/html'
-    ),
-    'icons' => array(
-        'default' => 'html.png'
-    ),
-    /* If you don't want to display the link to open the HTML content in a
-     * separate window, set the following to false. */
-    'external' => true,
-    /* Run 'tidy' on all HTML output? This requires at least version 2.0 of the
-     * PECL 'tidy' extension to be installed on your system. */
-    'tidy' => false,
-    /* Check for phishing exploits? */
-    'phishing_check' => true
-);
-*/
+// $mime_drivers['imp']['html'] = array(
+//     'inline' => true,
+//     'handles' => array(
+//         'text/html'
+//     ),
+//     'icons' => array(
+//         'default' => 'html.png'
+//     ),
+//     /* If you don't want to display the link to open the HTML content in a
+//      * separate window, set the following to false. */
+//     'external' => true,
+//     /* Run 'tidy' on all HTML output? This requires at least version 2.0 of the
+//      * PECL 'tidy' extension to be installed on your system. */
+//     'tidy' => false,
+//     /* Check for phishing exploits? */
+//     'phishing_check' => true
+// );





More information about the commits mailing list