1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-27 02:07:12 +00:00
This commit is contained in:
M66B 2023-03-06 19:16:36 +01:00
parent 0f68c1ae13
commit 76b199ff45

View file

@ -4884,8 +4884,6 @@ class Core {
}
private static EntityIdentity matchIdentity(Context context, EntityFolder folder, EntityMessage message) {
DB db = DB.getInstance(context);
if (EntityFolder.DRAFTS.equals(folder.type))
return null;