mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 10:01:22 +01:00
Drafts can change accounts
This commit is contained in:
@@ -214,8 +214,7 @@ public class EntityOperation {
|
||||
|
||||
// Cross account move
|
||||
if (!source.account.equals(target.account))
|
||||
if (message.raw != null && message.raw &&
|
||||
message.getRawFile(context).exists()) {
|
||||
if (message.raw != null && message.raw) {
|
||||
name = ADD;
|
||||
folder = target.id;
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user