Skip to content
Snippets Groups Projects
Commit 6a3eae59 authored by deuce's avatar deuce
Browse files

Initialize the messages array for new threads.

parent 71fb48d2
Branches
Tags
No related merge requests found
......@@ -441,6 +441,7 @@ function getMessageThreads(sub, max) {
threads.dates.push(header.when_written_time);
threads.thread[new_thread] = {
dateIndex : threads.dates.length - 1,
messages : [],
}
add_to_thread(header, threads.thread[new_thread]);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment