X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fprompter.c;h=2adbd480864787cd9f07de89b89a982eb7e31f60;hp=ae0c0c63cd6fd2efd00eecc1de74013b65c37e2a;hb=4dc39c08f07428ff5f39acd7b0ddee30e0a004f6;hpb=5deca188ac8e6f5b0a060712b8a71bb4e58573df diff --git a/uip/prompter.c b/uip/prompter.c index ae0c0c6..2adbd48 100644 --- a/uip/prompter.c +++ b/uip/prompter.c @@ -141,7 +141,6 @@ main(int argc, char **argv) switch (state = m_getfld(state, name, field, sizeof(field), in)) { case FLD: - case FLDEOF: case FLDPLUS: /* ** Check if the value of field contains @@ -183,18 +182,9 @@ abort: } } - if (state == FLDEOF) { /* moby hack */ - /* draft has no body separator; only headers */ - fprintf(out, "--------\n"); - if (!qbody) - break; - printf("--------\n"); - goto has_no_body; - } continue; case BODY: - case BODYEOF: case FILEEOF: fprintf(out, "--------\n"); if (qbody) {