initialize 'reset' member
authorChuck Hagenbuch <chuck@horde.org>
Thu, 15 Jan 2009 02:20:56 +0000 (21:20 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Thu, 15 Jan 2009 02:20:56 +0000 (21:20 -0500)
imp/lib/Views/ListMessages.php

index deba609..a4aade5 100644 (file)
@@ -93,6 +93,7 @@ class IMP_Views_ListMessages
         /* Create the base object. */
         $result = new stdClass;
         $result->id = $mbox;
+        $result->reset = false;
         $result->totalrows = $msgcount;
         $result->label = $label;
         $result->cacheid = $imp_mailbox->getCacheID();