projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
058e06f
)
Using wrong variable here.
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 17 Sep 2010 21:14:02 +0000
(15:14 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 17 Sep 2010 21:14:51 +0000
(15:14 -0600)
imp/mailbox-mimp.php
patch
|
blob
|
history
diff --git
a/imp/mailbox-mimp.php
b/imp/mailbox-mimp.php
index
87f3fd3
..
4f23024
100644
(file)
--- a/
imp/mailbox-mimp.php
+++ b/
imp/mailbox-mimp.php
@@
-235,7
+235,7
@@
foreach ($hdr_list as $key => $val) {
}
/* Add thread header entry. */
-if (!$search_mbox && IMP::threadSortAvailable($mailbox)) {
+if (!$search_mbox && IMP::threadSortAvailable(
IMP::
$mailbox)) {
if (is_null($imp_thread)) {
$t->set('hdr_subject_minor', $t->get('hdr_thread'));
} else {