X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fsend.c;h=09bbcf80d3be08683dada94a2b834f297c38399c;hp=2ef1fe765356ea37ed27945b2f4e80c96b68de66;hb=068380df11432a5341882e658ec9cf5c0b54721d;hpb=865335e03bab5e0ceb47a4d20564c3afb3de30c4 diff --git a/uip/send.c b/uip/send.c index 2ef1fe7..09bbcf8 100644 --- a/uip/send.c +++ b/uip/send.c @@ -485,7 +485,7 @@ attach(char *draft_file_name) fclose(body_file); /* Add a mhbuild MIME composition file line for the body */ - /* charset will be discovered/guessed by buildmimeproc */ + /* charset will be discovered/guessed by mhbuild */ fprintf(composition_file, "#text/plain %s\n", body_file_name); } @@ -512,11 +512,8 @@ attach(char *draft_file_name) } fclose(composition_file); - /* - ** We're ready to roll! Run mhbuild on the composition file. - ** Note that mhbuild is in the context as buildmimeproc. - */ - sprintf(buf, "%s %s", buildmimeproc, composition_file_name); + /* We're ready to roll! */ + sprintf(buf, "mhbuild %s", composition_file_name); if (system(buf) != 0) { /* some problem */ clean_up_temporary_files();