mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-16 22:13:34 +02:00
Added logging
This commit is contained in:
@@ -1759,6 +1759,9 @@ class Core {
|
||||
|
||||
ifolder.expunge();
|
||||
Log.i(folder.name + " purge expunged");
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
throw ex;
|
||||
} finally {
|
||||
int count = ifolder.getMessageCount();
|
||||
db.folder().setFolderTotal(folder.id, count < 0 ? null : count);
|
||||
|
||||
Reference in New Issue
Block a user