projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aafbf31
)
Bug #7771 - Fix bad constant name
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 11 Dec 2008 16:59:49 +0000
(09:59 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 11 Dec 2008 16:59:49 +0000
(09:59 -0700)
imp/lib/Mailbox.php
patch
|
blob
|
history
diff --git
a/imp/lib/Mailbox.php
b/imp/lib/Mailbox.php
index
ee72b95
..
6f2d905
100644
(file)
--- a/
imp/lib/Mailbox.php
+++ b/
imp/lib/Mailbox.php
@@
-196,7
+196,7
@@
class IMP_Mailbox
!$GLOBALS['prefs']->getValue('preview_show_unread') ||
!in_array('\\seen', $v['flags']))) {
if (!isset($preview_info[$k])) {
- $imp_contents = &IMP_Contents::singleton($uid . IMP
_
IDX_SEP . $mailbox);
+ $imp_contents = &IMP_Contents::singleton($uid . IMP
::
IDX_SEP . $mailbox);
if (is_a($imp_contents, 'PEAR_Error')) {
$preview_info[$k] = array('IMPpreview' => '', 'IMPpreviewc' => false);
} else {