Output really all email headers in the mail headers output
authorWilfried Goesgens <willi@arangodb.com>
Thu, 29 Oct 2015 23:11:14 +0000 (00:11 +0100)
committerWilfried Goesgens <willi@arangodb.com>
Thu, 29 Oct 2015 23:11:14 +0000 (00:11 +0100)
webcit/messages.c

index 70cd85ab80c794c3e8fb68bde5073ff20a8371a1..405656eab269ec22794ea6c7c5b5d080fc9726c1 100644 (file)
@@ -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")) {