Skip to content
Snippets Groups Projects
Commit 4b39f3fa authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

...ooooooooOOOOOOOOOOVE()

parent 5fd18e6d
No related branches found
No related tags found
No related merge requests found
......@@ -1857,8 +1857,8 @@ function mail_check(messenger)
// TODO: Not sure what happens on windows if someone else has the file open...
// We likely need a file mutex here.
file_delete(f.name)
file_remove(fn, f.name);
file_remove(f.name)
file_rename(fn, f.name);
if (!f.open('r'))
throw new Error('Unable to open '+f.name);
while(1) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment