|
|
@ -252,7 +252,7 @@ class Core {
|
|
|
|
Log.e(folder.name, ex);
|
|
|
|
Log.e(folder.name, ex);
|
|
|
|
reportError(context, account, folder, ex);
|
|
|
|
reportError(context, account, folder, ex);
|
|
|
|
|
|
|
|
|
|
|
|
db.operation().setOperationError(op.id, Helper.formatThrowable(ex, true));
|
|
|
|
db.operation().setOperationError(op.id, Helper.formatThrowable(ex));
|
|
|
|
if (message != null && !(ex instanceof IllegalArgumentException))
|
|
|
|
if (message != null && !(ex instanceof IllegalArgumentException))
|
|
|
|
db.message().setMessageError(message.id, Helper.formatThrowable(ex, true));
|
|
|
|
db.message().setMessageError(message.id, Helper.formatThrowable(ex, true));
|
|
|
|
|
|
|
|
|
|
|
|