projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fd9505
)
Bug #8844: Sorted list contains sequence numbers, which start at 1 - not 0
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 1 Feb 2010 07:29:45 +0000
(
00:29
-0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 1 Feb 2010 07:29:45 +0000
(
00:29
-0700)
imp/lib/Views/ListMessages.php
patch
|
blob
|
history
diff --git
a/imp/lib/Views/ListMessages.php
b/imp/lib/Views/ListMessages.php
index
58a92f0
..
3e4b531
100644
(file)
--- a/
imp/lib/Views/ListMessages.php
+++ b/
imp/lib/Views/ListMessages.php
@@
-262,7
+262,7
@@
class IMP_Views_ListMessages
if (isset($result->update)) {
if (($slice_start != 0) &&
($slice_end != count($sorted_list['s']))) {
- $uidlist = $this->_getUidList(
0
, count($sorted_list['s']), $sorted_list);
+ $uidlist = $this->_getUidList(
1
, count($sorted_list['s']), $sorted_list);
}
$disappear = array();