mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
Allow batch deleting report operations
This commit is contained in:
@@ -203,6 +203,7 @@ public class FragmentOperations extends FragmentBase {
|
||||
addAll(ops, db.operation().getOperations(EntityOperation.FLAG));
|
||||
addAll(ops, db.operation().getOperations(EntityOperation.KEYWORD));
|
||||
addAll(ops, db.operation().getOperations(EntityOperation.LABEL));
|
||||
addAll(ops, db.operation().getOperations(EntityOperation.REPORT));
|
||||
}
|
||||
|
||||
if (delete) {
|
||||
|
||||
Reference in New Issue
Block a user