Fix parameter.
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 14 Dec 2009 18:44:19 +0000 (11:44 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 14 Dec 2009 18:44:19 +0000 (11:44 -0700)
imp/mailbox-mimp.php

index 4342099..745897b 100644 (file)
@@ -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();