mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-14 01:10:00 +01:00
* Mail: fix moving a mail removes more then the moved mail, if push is active
This commit is contained in:
parent
069608f052
commit
c32a9ea5d7
@ -574,6 +574,10 @@ app.classes.mail = AppJS.extend(
|
|||||||
}
|
}
|
||||||
return false; // mail nextmatch needs NOT to be refreshed
|
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;
|
break;
|
||||||
|
|
||||||
case 'emailadmin': // update tree with given mail account _id and _type
|
case 'emailadmin': // update tree with given mail account _id and _type
|
||||||
|
Loading…
Reference in New Issue
Block a user