mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
* Mail: Fix vacation notice disappears when switching folders
This commit is contained in:
parent
c0658f4c02
commit
44710a4183
@ -2138,9 +2138,9 @@ app.classes.mail = AppJS.extend(
|
||||
this.mail_refreshFolderStatus(_folder,'forced',false,false);
|
||||
this.mail_refreshQuotaDisplay(server[0]);
|
||||
this.mail_preview();
|
||||
this.mail_callRefreshVacationNotice(server[0]);
|
||||
if (server[0]!=previousServer[0])
|
||||
{
|
||||
this.mail_callRefreshVacationNotice(server[0]);
|
||||
egw.jsonq('mail.mail_ui.ajax_refreshFilters',[server[0]]);
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user