thomascube
2005-12-11 31b2cee231cf5a154c87cccc1228df7b3bb1bf84
program/steps/mail/func.inc
@@ -528,12 +528,11 @@
  
  if (isset($MESSAGE['index']))
    {
    $a_msg_index = $IMAP->message_index();
    return rcube_label(array('name' => 'messagenrof',
                             'vars' => array('nr'  => $MESSAGE['index']+1,
                                             'count' => sizeof($a_msg_index))));
                                             'count' => $IMAP->messagecount())));
    }
  $start_msg = ($IMAP->list_page-1) * $IMAP->page_size + 1;
  $max = $IMAP->messagecount();