diff --git a/core/qwk_mail_packet.js b/core/qwk_mail_packet.js index 69617866..f42271ff 100644 --- a/core/qwk_mail_packet.js +++ b/core/qwk_mail_packet.js @@ -1412,7 +1412,7 @@ class QWKPacketWriter extends EventEmitter { return callback(null); } - const indexStream = fs.createWriteStream(paths.join(this.workDir, '000.ndx')); + const indexStream = fs.createWriteStream(paths.join(this.workDir, '0000.ndx')); this.inboxIndex.forEach(offset => appendIndexData(indexStream, offset)); indexStream.on('close', err => {