mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 00:51:44 +01:00
Removed countermeasures, rewritten operation handling
This commit is contained in:
@@ -80,6 +80,9 @@ public class EntityOperation {
|
||||
return;
|
||||
}
|
||||
purged = dao.deleteOperations(message.id, name);
|
||||
} else if (DELETE.equals(name)) {
|
||||
if (message.uid == null)
|
||||
return;
|
||||
}
|
||||
|
||||
EntityOperation operation = new EntityOperation();
|
||||
|
||||
Reference in New Issue
Block a user