summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-09-18 11:50:25 +0000
committerrobin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-09-18 11:50:25 +0000
commit8b4f02548e70fd0afcf45dc0af4c240bb28c2a51 (patch)
tree8bdf8a059eadbde1d0d80d95606469fce7b69848
parenta5f55df8087d6f20a7bbb34a9de57b2f75d96dae (diff)
Update page buttons and counter after updating new mail count.
git-svn-id: https://svn.roundcube.net/trunk@1821 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/program/js/app.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js
index 0aceb3008..2e0a1ea5c 100644
--- a/roundcubemail/program/js/app.js
+++ b/roundcubemail/program/js/app.js
@@ -3654,6 +3654,9 @@ function rcube_webmail()
this.set_pagetitle(new_title);
}
+
+ // update page buttons
+ this.set_page_buttons();
};
// update parent's mailboxlist (from preview)