projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8e5752
)
Fix remainder of Ticket #7771
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 11 Dec 2008 18:58:43 +0000
(11:58 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 11 Dec 2008 18:58:43 +0000
(11:58 -0700)
imp/lib/Mailbox.php
patch
|
blob
|
history
diff --git
a/imp/lib/Mailbox.php
b/imp/lib/Mailbox.php
index
6f2d905
..
cd05e02
100644
(file)
--- a/
imp/lib/Mailbox.php
+++ b/
imp/lib/Mailbox.php
@@
-192,11
+192,11
@@
class IMP_Mailbox
}
if ($preview &&
- (($preview == 2) ||
+ (($preview ==
=
2) ||
!$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 . $mail
box);
+ $imp_contents = &IMP_Contents::singleton($
k . IMP::IDX_SEP . $m
box);
if (is_a($imp_contents, 'PEAR_Error')) {
$preview_info[$k] = array('IMPpreview' => '', 'IMPpreviewc' => false);
} else {