X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a57e5d9907d845d6f83d2cfdea55cd52efad793f..9f7d48c36f01ba29974834cbcdc24e4c2e1f07d9:/uip/sendsbr.c diff --git a/uip/sendsbr.c b/uip/sendsbr.c index af9412df..6bfc548e 100644 --- a/uip/sendsbr.c +++ b/uip/sendsbr.c @@ -194,7 +194,7 @@ splitmsg (char **vec, int vecp, char *program, char *drft, * of message/partials. For the "Subject" header * field, we also record it, so that a modified * version of it, can be copied to the header - * of each messsage/partial in the collection. + * of each message/partial in the collection. */ if (!strcasecmp (name, "Subject")) { size_t sublen; @@ -389,7 +389,6 @@ sendaux (char **vec, int vecp, char *program, char *drft, struct stat *st) fd = pushsw ? tmp_fd () : NOTOK; fd2 = NOTOK; - vec[vecp++] = drft; if (annotext) { if ((fd2 = tmp_fd ()) != NOTOK) { vec[vecp++] = "-idanno"; @@ -400,6 +399,7 @@ sendaux (char **vec, int vecp, char *program, char *drft, struct stat *st) "for annotation list", get_temp_dir()); } } + vec[vecp++] = drft; if (distfile && distout (drft, distfile, backup) == NOTOK) done (1); vec[vecp] = NULL;