Added some forgotten client encoding

This commit is contained in:
Michiel Broek
2005-10-25 18:54:22 +00:00
parent 3f4c2aa548
commit 26dbee01a5
3 changed files with 59 additions and 50 deletions

View File

@@ -1124,7 +1124,7 @@ void ExportEmail(unsigned int MsgNum)
if (Msg_Read(MsgNum, 79)) {
if ((p = (char *)MsgText_First()) != NULL) {
do {
Syslog('m', "%s", printable(p, 0));
Syslogp('m', printable(p, 0));
/*
* GoldED places ^A characters in front of the RFC headers,
* so does mbsebbs as well.