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

Parses the "references" header and stores in the message header field: reply_id.

parent 49412c33
No related branches found
No related tags found
No related merge requests found
......@@ -433,6 +433,9 @@ while(client.socket.is_connected) {
case "subject":
hdr.subject=data;
break;
case "references":
hdr.reply_id=data;
break;
case "newsgroups":
newsgroups=data.split(',');
break;
......
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