From c5c6c4220926a90c63cb7ece833cf0d6dffaeb67 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 2 Dec 2008 01:08:32 -0700 Subject: [PATCH] For now, do the broken RFC 2231 config setting here. --- imp/lib/base.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/imp/lib/base.php b/imp/lib/base.php index bbe462a29..21fa97462 100644 --- a/imp/lib/base.php +++ b/imp/lib/base.php @@ -204,3 +204,8 @@ if ($viewmode == 'mimp') { // Need to explicitly load DIMP.php require_once IMP_BASE . '/lib/DIMP.php'; } + +// TODO - Move somewhere else? +if (!empty($GLOBALS['conf']['mailformat']['brokenrfc2231'])) { + Horde_Mime::$brokenRFC2231 = true; +} -- 2.11.0