projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6df0c6
)
For now, do the broken RFC 2231 config setting here.
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 2 Dec 2008 08:08:32 +0000
(
01:08
-0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 2 Dec 2008 08:08:32 +0000
(
01:08
-0700)
imp/lib/base.php
patch
|
blob
|
history
diff --git
a/imp/lib/base.php
b/imp/lib/base.php
index
bbe462a
..
21fa974
100644
(file)
--- 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;
+}