X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a47dfadde7d7df81cd47856379957866ae88986b..b3df58528443af8b4f25748bef8ca98852af9ba2:/uip/slocal.c diff --git a/uip/slocal.c b/uip/slocal.c index a7283bf8..869fa17f 100644 --- a/uip/slocal.c +++ b/uip/slocal.c @@ -1044,18 +1044,6 @@ usr_folder (int fd, char *string) /* use rcvstore to put message in folder */ status = usr_pipe (fd, "rcvstore", rcvstoreproc, vec, 1); -#if 0 - /* - * Currently, verbose status messages are handled by usr_pipe(). - */ - if (verbose) { - if (status == 0) - verbose_printf (", success.\n"); - else - verbose_printf (", failed.\n"); - } -#endif - return status; } @@ -1277,13 +1265,6 @@ you_lose: /* get copy of envelope information ("From " line) */ envelope = getcpy (buffer); -#if 0 - /* First go ahead and put "From " line in message */ - fputs (buffer, ffp); - if (ferror (ffp)) - goto fputs_error; -#endif - /* Put the delivery date in message */ fputs (ddate, ffp); if (ferror (ffp))