Removed charset translation code

This commit is contained in:
Michiel Broek
2003-01-30 21:23:57 +00:00
parent 8c5034f00f
commit d95fc43626
21 changed files with 719 additions and 3941 deletions

View File

@@ -216,8 +216,8 @@ void Add_Headkludges(faddr *dest, int IsReply)
break;
}
sprintf(temp, "\001CHRS: %s", getchrs(msgs.Ftncode));
MsgText_Add2(temp);
// sprintf(temp, "\001CHRS: %s", getchrs(msgs.Ftncode));
// MsgText_Add2(temp);
sprintf(temp, "\001MSGID: %s %08lx", aka2str(msgs.Aka), sequencer());
MsgText_Add2(temp);
Msg.MsgIdCRC = upd_crc32(temp, crc, strlen(temp));