Bug #8844: Sorted list contains sequence numbers, which start at 1 - not 0
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 1 Feb 2010 07:29:45 +0000 (00:29 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 1 Feb 2010 07:29:45 +0000 (00:29 -0700)
imp/lib/Views/ListMessages.php

index 58a92f0..3e4b531 100644 (file)
@@ -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();