diff options
author | svncommit <devs@roundcube.net> | 2008-09-18 11:50:25 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2008-09-18 11:50:25 +0000 |
commit | c41ae1053d16e9822409c15ec556232141e0e042 (patch) | |
tree | 11d0fcce5a400868b5bcf25e9f5fc01ad400699b /program | |
parent | cd6422ba0773a423e0ee13423c0e1964659cf8bc (diff) |
Update page buttons and counter after updating new mail count.
Diffstat (limited to 'program')
-rw-r--r-- | program/js/app.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/program/js/app.js b/program/js/app.js index 0aceb3008..2e0a1ea5c 100644 --- a/program/js/app.js +++ b/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) |