X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fsend.c;h=6fcccad05c1121a203e05e6f4d62c7aadd117a58;hb=33b33a0ac8a3f8f05c9bb0195c100306c00cce35;hp=a90c6b24d4851dbb985df08902629dac45f2ea28;hpb=4150402bbbee49b71286c9d278b5e7e9a5401bc2;p=mmh 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 ");