]> git.marmaro.de Git - mmh/blobdiff - uip/burst.c
Hardcoded mhmail instead of mailproc.
[mmh] / uip / burst.c
index 4c5048594895943998ddf0d12b98262c33d58934..725abec39bca86be769cdfa8d04236f1ad3fa220 100644 (file)
@@ -229,13 +229,6 @@ find_delim(int msgnum, struct smsg *smsgs)
                        smsgs[msgp++].s_stop = (c == '\n' && wasdlm) ?
                                        pos - 1 : pos;
                if (feof(in)) {
-#if 0
-                       if (wasdlm) {
-                               smsgs[msgp - 1].s_stop -=
-                                               ((long) strlen(buffer) + 1);
-                               msgp++;  /* fake "End of XXX Digest" */
-                       }
-#endif
                        break;
                }
                pos += (long) strlen(buffer);