summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-04-07 17:58:20 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-04-07 17:58:20 +0000
commit22c3545f067b95c0489e3201610b75fceb7037af (patch)
tree74baf9426c6a3023b65f53262e0a4ea63aa17b19 /roundcubemail/program/steps/mail
parentedbd4e632b5938354cb83a5fde9353e88fae72f5 (diff)
- better commands enabling/disabling after get/post response, fixes:
when delete last (selected) message in mailbox content in preview pane should be cleaned, when delete last (selected) message in mailbox sellect-all, purge and others commands should be disabled, and probably other related bugs git-svn-id: https://svn.roundcube.net/trunk@1268 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/mail')
-rw-r--r--roundcubemail/program/steps/mail/move_del.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/steps/mail/move_del.inc b/roundcubemail/program/steps/mail/move_del.inc
index b6ec20773..3bc644f49 100644
--- a/roundcubemail/program/steps/mail/move_del.inc
+++ b/roundcubemail/program/steps/mail/move_del.inc
@@ -80,6 +80,7 @@ if ($IMAP->list_page > 1 && $nextpage_count <= 0 && $remaining == 0)
// update message count display
$OUTPUT->set_env('pagecount', $pages);
+$OUTPUT->set_env('messagecount', $msg_count);
$OUTPUT->set_env('current_page', $IMAP->list_page);
$OUTPUT->command('set_rowcount', rcmail_get_messagecount_text($msg_count));