mirror of
https://github.com/M66B/FairEmail.git
synced 2026-05-18 04:57:53 +02:00
Allow uid not found for trash messages folder only
This commit is contained in:
@@ -1613,7 +1613,7 @@ class Core {
|
||||
|
||||
Long uid = findUid(context, account, itarget, msgid);
|
||||
if (uid == null)
|
||||
if (duplicate)
|
||||
if (duplicate || !EntityFolder.TRASH.equals(folder.type))
|
||||
throw new IllegalArgumentException("move: uid not found");
|
||||
else {
|
||||
Log.w("move: uid not found");
|
||||
|
||||
Reference in New Issue
Block a user