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

Changed "To:" line (in message body) on exported messages.

parent d061e5e6
No related branches found
No related tags found
No related merge requests found
......@@ -277,8 +277,7 @@ for(i in area) {
writeln("Newsgroups: " + newsgroup);
writeln("");
if(hdr.to.toLowerCase()!="all") {
writeln("To: " + hdr.to);
writeln("");
writeln(" To: " + hdr.to);
}
write(body);
writeln(".");
......
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