diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-05 21:39:08 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-05 21:39:08 +0000 |
| commit | 38ac1065601a6c780d0092aca93c9d5eeab5b07d (patch) | |
| tree | 97fd7dcec461507e824ea076471dfac66ae6340c /roundcubemail/program/steps/mail/list.inc | |
| parent | 9bd59469580d4a090d4af2595e63b20dadf9c0ac (diff) | |
Applied patch for updating page title (#1484727, #1484650)
git-svn-id: https://svn.roundcube.net/trunk@1019 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/mail/list.inc')
| -rw-r--r-- | roundcubemail/program/steps/mail/list.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/roundcubemail/program/steps/mail/list.inc b/roundcubemail/program/steps/mail/list.inc index 8caf4c06f..e2fafc2fc 100644 --- a/roundcubemail/program/steps/mail/list.inc +++ b/roundcubemail/program/steps/mail/list.inc @@ -52,9 +52,6 @@ $OUTPUT->set_env('messagecount', $count); $OUTPUT->set_env('pagecount', $pages); $OUTPUT->command('set_rowcount', rcmail_get_messagecount_text($count)); -// update mailboxlist -$OUTPUT->command('set_unread_count', $mbox_name, $unseen); - // add message rows if (isset($a_headers) && count($a_headers)) @@ -62,6 +59,9 @@ if (isset($a_headers) && count($a_headers)) else $OUTPUT->show_message('nomessagesfound', 'notice'); +// update mailboxlist +$OUTPUT->command('set_unread_count', $mbox_name, $unseen, ($mbox_name == 'INBOX')); + // send response $OUTPUT->send(); |
