Skip to content
Snippets Groups Projects
Commit 684c5ab2 authored by rswindell's avatar rswindell
Browse files

May as well delete the other thread_ header fields while we're at it.

parent 3b3d0ddb
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,11 @@ for(i in area) {
body += tearline;
body += tagline;
delete hdr.thread_orig; /* we're not replying a message that exists in the mail database */
/* we're not replying a message that exists in the mail database */
/* so any thread message numbers will be invalid */
delete hdr.thread_orig;
delete hdr.thread_next;
delete hdr.thread_first;
while(area[i].length) { /* For each list server... */
......
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