mirror of https://github.com/M66B/FairEmail.git
Added logging
This commit is contained in:
parent
ac994965e0
commit
b696b637e7
|
@ -505,7 +505,7 @@ class Core {
|
|||
|
||||
Long uid = findUid(ifolder, message.msgid, false);
|
||||
if (uid == null)
|
||||
throw new IllegalArgumentException("Message not found for " + op.name);
|
||||
throw new IllegalArgumentException("Message not found for " + op.name + " folder=" + folder.name);
|
||||
|
||||
DB db = DB.getInstance(context);
|
||||
db.message().setMessageUid(message.id, message.uid);
|
||||
|
|
Loading…
Reference in New Issue