projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c446abf
)
initialize 'reset' member
author
Chuck Hagenbuch
<chuck@horde.org>
Thu, 15 Jan 2009 02:20:56 +0000
(21:20 -0500)
committer
Chuck Hagenbuch
<chuck@horde.org>
Thu, 15 Jan 2009 02:20:56 +0000
(21:20 -0500)
imp/lib/Views/ListMessages.php
patch
|
blob
|
history
diff --git
a/imp/lib/Views/ListMessages.php
b/imp/lib/Views/ListMessages.php
index
deba609
..
a4aade5
100644
(file)
--- a/
imp/lib/Views/ListMessages.php
+++ b/
imp/lib/Views/ListMessages.php
@@
-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();