X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=uip%2Finc.c;h=1dcba6a57cdbd642e8eb9bf2ce28d7203ab411e8;hb=a395a8839181b9895fdd0cafdb40be35675ced48;hp=3dd1872f806121843dad37dc8601447af7fe50e8;hpb=bc20acd6c385612fd19bc3ce40f56c32983748f1;p=mmh diff --git a/uip/inc.c b/uip/inc.c index 3dd1872..1dcba6a 100644 --- a/uip/inc.c +++ b/uip/inc.c @@ -236,10 +236,6 @@ main (int argc, char **argv) char *MAILHOST_env_variable; #endif -#ifdef MHE - FILE *mhe = NULL; -#endif - done=inc_done; /* absolutely the first thing we do is save our privileges, @@ -632,20 +628,6 @@ go_to_it: #endif /* POP */ } -#ifdef MHE - if (context_find ("mhe")) { - int i; - cp = concat (maildir, "/++", NULL); - i = stat (cp, &st); - if ((mhe = fopen (cp, "a")) == NULL) - admonish (cp, "unable to append to"); - else - if (i == NOTOK) - chmod (cp, m_gmprot ()); - free (cp); - } -#endif /* MHE */ - /* Get new format string */ nfs = new_fs (form, format, FORMAT); @@ -741,10 +723,6 @@ go_to_it: default: if (aud) fputs (scanl, aud); -# ifdef MHE - if (mhe) - fputs (scanl, mhe); -# endif /* MHE */ if (noisy) fflush (stdout); if (!packfile) { @@ -852,10 +830,6 @@ go_to_it: if (aud) fputs (scanl, aud); -#ifdef MHE - if (mhe) - fputs (scanl, mhe); -#endif /* MHE */ if (noisy) fflush (stdout); @@ -951,10 +925,6 @@ go_to_it: if (aud) fputs (scanl, aud); -# ifdef MHE - if (mhe) - fputs (scanl, mhe); -# endif /* MHE */ if (noisy) fflush (stdout); if (!packfile) { @@ -995,11 +965,6 @@ go_to_it: if (aud) fclose (aud); -#ifdef MHE - if (mhe) - fclose (mhe); -#endif /* MHE */ - if (noisy) fflush (stdout);