Don't link e-mails in full plain text view
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 3 Feb 2010 22:50:24 +0000 (15:50 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 3 Feb 2010 23:29:50 +0000 (16:29 -0700)
framework/Mime/lib/Horde/Mime/Viewer/Plain.php

index cad7a73..9068539 100644 (file)
@@ -45,7 +45,7 @@ class Horde_Mime_Viewer_Plain extends Horde_Mime_Viewer_Driver
             $this->_mimepart->getMimeId() => array(
                 'data' => '<html><body><tt>' . Horde_Text_Filter::filter($text, 'text2html', array(
                     'charset' => $charset,
-                    'parselevel' => Horde_Text_Filter_Text2html::MICRO
+                    'parselevel' => Horde_Text_Filter_Text2html::MICRO_LINKURL
                 )) . '</tt></body></html>',
                 'status' => array(),
                 'type' => 'text/html; charset=' . $charset