mirror of https://github.com/M66B/FairEmail.git
Added logging
This commit is contained in:
parent
9518d0adc9
commit
8dc0d2a3ba
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue