Call the vacation notice refresh for the active profile when the mail app gets loaded

This commit is contained in:
Hadi Nategh 2015-01-07 08:48:25 +00:00
parent 9f867d3632
commit 3258b766f4

View File

@ -168,6 +168,8 @@ app.classes.mail = AppJS.extend(
tree_wdg.set_onopenstart(jQuery.proxy(this.openstart_tree, this));
tree_wdg.set_onopenend(jQuery.proxy(this.openend_tree, this));
}
// Show vacation notice on load for the current profile
this.mail_callRefreshVacationNotice();
break;
case 'mail.display':
this.mail_isMainWindow = false;