thomascube
2006-05-01 6204390af16bcf50f82da61a1aefc2ad0c0adf94
program/steps/mail/check_recent.inc
@@ -30,7 +30,8 @@
  $commands = sprintf("this.set_unread_count('%s', %d, true);\n", addslashes($mbox), $unread_count);
  $commands .= sprintf("this.set_env('messagecount', %d);\n", $count);
  $commands .= sprintf("this.set_rowcount('%s');\n", rcmail_get_messagecount_text());
  $commands .= sprintf("this.set_quota('%s');\n", $IMAP->get_quota());
  // add new message headers to list
  $a_headers = array();
  for ($i=$recent_count, $id=$count-$recent_count+1; $i>0; $i--, $id++)
@@ -44,4 +45,4 @@
rcube_remote_response($commands);
?>
?>