mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 16:40:53 +01:00
Fixes
This commit is contained in:
@@ -86,9 +86,6 @@ 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