projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a846d46
)
Fix parameter.
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 14 Dec 2009 18:44:19 +0000
(11:44 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 14 Dec 2009 18:44:19 +0000
(11:44 -0700)
imp/mailbox-mimp.php
patch
|
blob
|
history
diff --git
a/imp/mailbox-mimp.php
b/imp/mailbox-mimp.php
index
4342099
..
745897b
100644
(file)
--- a/
imp/mailbox-mimp.php
+++ b/
imp/mailbox-mimp.php
@@
-101,7
+101,7
@@
$title = IMP::getLabel($imp_mbox['mailbox']);
$mimp_render->set('title', $title);
if ($pageOb['msgcount']) {
$msgcount = $pageOb['msgcount'];
- $unseen = $imp_mailbox->unseenMessages(
true
);
+ $unseen = $imp_mailbox->unseenMessages(
Horde_Imap_Client::SORT_RESULTS_COUNT
);
}
$curr_time = time();