thomascube
2008-08-14 ac5d15de2946cbd8988c11de0f218aeb1acf58dc
program/js/app.js
@@ -3409,6 +3409,13 @@
    };
  // 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)
    {