Skip to content
Snippets Groups Projects
Commit 4d89ad67 authored by deuce's avatar deuce
Browse files

Revert whatever the heck I just did.

parent 664046ca
No related branches found
No related tags found
No related merge requests found
......@@ -894,7 +894,7 @@ for(i in area) {
body += tearline;
if(flags.indexOf('m')>=0)
hdr.attr |= MSG_MODERATED;
if(msgbase.save_msg(hdr.body)) {
if(msgbase.save_msg(hdr,body)) {
imported++;
subimported++;
printf("Message %lu imported into %s (%lu of %lu total) %lu lines\r\n"
......
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