forked from extern/egroupware
* Mail: fix moving a mail removes more then the moved mail, if push is active
This commit is contained in:
parent
ddd8ce2202
commit
a7e611af5f
@ -574,6 +574,10 @@ app.classes.mail = AppJS.extend(
|
||||
}
|
||||
return false; // mail nextmatch needs NOT to be refreshed
|
||||
}
|
||||
// stop refresh, in case push has already deleted it
|
||||
// (done here as it's hard to know if imap server supports push on delete
|
||||
// and if both happen sometimes we "loose" a row as nextmatch removes it anyway)
|
||||
if (_type === 'delete' && !this.egw.dataHasUID('mail::'+_id)) return false;
|
||||
break;
|
||||
|
||||
case 'emailadmin': // update tree with given mail account _id and _type
|
||||
|
Loading…
Reference in New Issue
Block a user