mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user