X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fsend.c;h=6fcccad05c1121a203e05e6f4d62c7aadd117a58;hp=a90c6b24d4851dbb985df08902629dac45f2ea28;hb=5a54c825a4c672e712e40c4c5ed0f0883fc99913;hpb=3eaeef7c3cf27aa9d715e20ebb72982406ab1d53 diff --git a/uip/send.c b/uip/send.c index a90c6b2..6fcccad 100644 --- a/uip/send.c +++ b/uip/send.c @@ -517,7 +517,6 @@ attach(char *draft_file_name) ** Note that mhbuild is in the context as buildmimeproc. */ sprintf(buf, "%s %s", buildmimeproc, composition_file_name); - if (system(buf) != 0) { /* some problem */ clean_up_temporary_files(); @@ -746,7 +745,6 @@ alert(char *file, int out) /* create subject for error notification */ snprintf(buf, sizeof(buf), "send failed on %s", forwsw ? "enclosed draft" : file); - execlp(mailproc, mhbasename(mailproc), getusername(), "-subject", buf, NULL); fprintf(stderr, "unable to exec ");