mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Added manual expunge
This commit is contained in:
@@ -198,6 +198,7 @@ public class FragmentOperations extends FragmentBase {
|
||||
if (delete) {
|
||||
addAll(ops, db.operation().getOperations(EntityOperation.DELETE));
|
||||
addAll(ops, db.operation().getOperations(EntityOperation.PURGE));
|
||||
addAll(ops, db.operation().getOperations(EntityOperation.EXPUNGE));
|
||||
}
|
||||
|
||||
for (EntityOperation op : ops) {
|
||||
|
||||
Reference in New Issue
Block a user