summaryrefslogtreecommitdiff
path: root/program/js
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-08-14 11:27:16 +0000
committerthomascube <thomas@roundcube.net>2008-08-14 11:27:16 +0000
commitac5d15de2946cbd8988c11de0f218aeb1acf58dc (patch)
treee706d0dd67aec6e0ada752bb9bf5531622a8cf03 /program/js
parent43a27409ccbdd1ec4a50d14a42064892f3863671 (diff)
Added template object for current mailbox name (#1485256)
Diffstat (limited to 'program/js')
-rw-r--r--program/js/app.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/program/js/app.js b/program/js/app.js
index 58d117591..998efd7a2 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -3409,6 +3409,13 @@ function rcube_webmail()
};
+ // replace content of mailboxname display
+ this.set_mailboxname = function(content)
+ {
+ if (this.gui_objects.mailboxname && content)
+ this.gui_objects.mailboxname.innerHTML = content;
+ };
+
// replace content of quota display
this.set_quota = function(content)
{