mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 05:34:51 +00:00
Cleanup
This commit is contained in:
parent
94c1033386
commit
739cee03bb
1 changed files with 0 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue