X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fprompter.c;h=2adbd480864787cd9f07de89b89a982eb7e31f60;hb=a1a744d898ec8842871dca302e6ae54d9233413f;hp=ae0c0c63cd6fd2efd00eecc1de74013b65c37e2a;hpb=8268f67015f9659a2f63dc26702a5a49d3fa6c2a;p=mmh 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) {