From 9bebbfb6f1ccee99fba32535136dad3a1853ba95 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 27 Feb 2009 13:16:17 -0700 Subject: [PATCH] Link e-mails in text/plain messages --- imp/lib/Mime/Viewer/plain.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.11.0