From: Michael M Slusarz Date: Fri, 27 Feb 2009 20:16:17 +0000 (-0700) Subject: Link e-mails in text/plain messages X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9bebbfb6f1ccee99fba32535136dad3a1853ba95;p=horde.git Link e-mails in text/plain messages --- diff --git a/imp/lib/Mime/Viewer/plain.php b/imp/lib/Mime/Viewer/plain.php index a448eab63..3c61fd547 100644 --- a/imp/lib/Mime/Viewer/plain.php +++ b/imp/lib/Mime/Viewer/plain.php @@ -73,7 +73,8 @@ class IMP_Horde_Mime_Viewer_plain extends Horde_Mime_Viewer_plain 'parselevel' => TEXT_HTML_MICRO, 'charset' => NLS::getCharset() ), - 'tabs2spaces' => array() + 'tabs2spaces' => array(), + 'emails' => array(), ); // Highlight quoted parts of an email.