From: Wilfried Goesgens Date: Thu, 29 Oct 2015 23:11:14 +0000 (+0100) Subject: Output really all email headers in the mail headers output X-Git-Tag: Release_902~146 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=cb828090d054ae1c71447d06ab348b638cc5f938 Output really all email headers in the mail headers output --- diff --git a/webcit/messages.c b/webcit/messages.c index 70cd85ab8..405656eab 100644 --- a/webcit/messages.c +++ b/webcit/messages.c @@ -476,7 +476,7 @@ void display_headers(void) { PACKAGE_STRING); begin_burst(); - serv_printf("MSG2 %ld|3", msgnum); + serv_printf("MSG2 %ld|1", msgnum); serv_getln(buf, sizeof buf); if (buf[0] == '1') { while (serv_getln(buf, sizeof buf), strcmp(buf, "000")) {