mirror of https://github.com/M66B/FairEmail.git
Simplification
This commit is contained in:
parent
512541483b
commit
d21826b620
|
@ -238,7 +238,7 @@ class Core {
|
||||||
case EntityOperation.MOVE:
|
case EntityOperation.MOVE:
|
||||||
if (group &&
|
if (group &&
|
||||||
message.uid != null &&
|
message.uid != null &&
|
||||||
EntityOperation.MOVE.equals(next.name) &&
|
op.name.equals(next.name) &&
|
||||||
account.protocol == EntityAccount.TYPE_IMAP) {
|
account.protocol == EntityAccount.TYPE_IMAP) {
|
||||||
JSONArray jnext = new JSONArray(next.args);
|
JSONArray jnext = new JSONArray(next.args);
|
||||||
// Same target
|
// Same target
|
||||||
|
|
Loading…
Reference in New Issue