From: markus schnalke Date: Mon, 13 Feb 2012 12:58:13 +0000 (+0100) Subject: Trivial whitespace changes. X-Git-Tag: mmh-thesis-end~296 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=5a54c825a4c672e712e40c4c5ed0f0883fc99913 Trivial whitespace changes. --- 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 ");