1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-03 05:34:51 +00:00
This commit is contained in:
M66B 2023-12-12 08:13:05 +01:00
parent 94c1033386
commit 739cee03bb

View file

@ -224,7 +224,6 @@ public class WorkerCleanup extends Worker {
cleanupMessageFiles(db, manual, new File[]{file});
}
}
cleanupMessageFiles(db, manual, Helper.listFiles(new File(context.getFilesDir(), "messages")).toArray(new File[0]));
cleanupMessageFiles(db, manual, new File(context.getFilesDir(), "revision").listFiles());
cleanupMessageFiles(db, manual, new File(context.getFilesDir(), "references").listFiles());
cleanupMessageFiles(db, manual, new File(context.getFilesDir(), "encryption").listFiles());