projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d655d5a
)
Fix thread updating.
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 18 Dec 2008 07:51:47 +0000
(
00:51
-0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 18 Dec 2008 07:51:47 +0000
(
00:51
-0700)
imp/lib/Views/ListMessages.php
patch
|
blob
|
history
diff --git
a/imp/lib/Views/ListMessages.php
b/imp/lib/Views/ListMessages.php
index
e71ed5c
..
3a02325
100644
(file)
--- a/
imp/lib/Views/ListMessages.php
+++ b/
imp/lib/Views/ListMessages.php
@@
-218,7
+218,7
@@
class IMP_Views_ListMessages
if ($sortpref['by'] == Horde_Imap_Client::SORT_THREAD) {
$threadob = $imp_mailbox->getThreadOb();
$imp_thread = new IMP_IMAP_Thread($threadob);
- $md->thread =
array_filter($imp_thread->getThreadTreeOb($msglist, $sortpref['dir'])
);
+ $md->thread =
$imp_thread->getThreadTreeOb($msglist, $sortpref['dir']
);
}
} else {
$result->search = 1;