From 6204390af16bcf50f82da61a1aefc2ad0c0adf94 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 01 May 2006 10:47:27 -0400 Subject: [PATCH] Applied patch for requesting receipts by Salvatore Ansani --- program/steps/mail/list.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/steps/mail/list.inc b/program/steps/mail/list.inc index 40cd652..ba4169f 100644 --- a/program/steps/mail/list.inc +++ b/program/steps/mail/list.inc @@ -61,7 +61,7 @@ $pages = ceil($count/$IMAP->page_size); $commands = sprintf("this.set_env('messagecount', %d);\n", $count); $commands .= sprintf("this.set_env('pagecount', %d);\n", $pages); -$commands .= sprintf("this.set_rowcount('%s');\n", rcmail_get_messagecount_text()); +$commands .= sprintf("this.set_rowcount('%s');\n", rcmail_get_messagecount_text($count)); // update mailboxlist $mbox = $IMAP->get_mailbox_name(); -- Gitblit v1.9.1