From: Michael M Slusarz Date: Tue, 2 Dec 2008 08:08:32 +0000 (-0700) Subject: For now, do the broken RFC 2231 config setting here. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c5c6c4220926a90c63cb7ece833cf0d6dffaeb67;p=horde.git For now, do the broken RFC 2231 config setting here. --- 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; +}