mirror of https://github.com/M66B/FairEmail.git
parent
f746509b7b
commit
ff5982cfa3
|
@ -1167,7 +1167,9 @@ public class ServiceSynchronize extends LifecycleService {
|
|||
((IMAPFolder) ifolder).idle(false);
|
||||
}
|
||||
} catch (Throwable ex) {
|
||||
Log.w(folder.name, ex);
|
||||
Log.e(folder.name, ex);
|
||||
reportError(account, folder, ex);
|
||||
db.folder().setFolderError(folder.id, Helper.formatThrowable(ex));
|
||||
state.error();
|
||||
} finally {
|
||||
Log.i(folder.name + " end idle");
|
||||
|
|
Loading…
Reference in New Issue