X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=uip%2Fspost.c;h=69d470824d5507cd4b26b94cc809438e897301c2;hb=2e5668919988fce4e523cbf2294698841b1106a0;hp=046f3403a66ed6ad758ff85bf563d61f3cf509e1;hpb=3eaeef7c3cf27aa9d715e20ebb72982406ab1d53;p=mmh diff --git a/uip/spost.c b/uip/spost.c index 046f340..69d4708 100644 --- a/uip/spost.c +++ b/uip/spost.c @@ -477,7 +477,7 @@ finish_headers(FILE *out) char *resentstr = (msgstate == resent) ? "Resent-" : ""; if (!(msgflags & MDAT)) { - fprintf(out, "%sDate: %s\n", resentstr, dtimenow(0)); + fprintf(out, "%sDate: %s\n", resentstr, dtimenow()); } strncpy(from, getusername(), sizeof(from)); @@ -692,7 +692,7 @@ process_bccs(char *origmsg) fprintf(out, "------------\n"); fclose(out); - snprintf(buf, sizeof buf, "%s%s %s", sendproc, + snprintf(buf, sizeof buf, "send%s %s", pushflg ? " -push" : "", bccdraft); if (system(buf) != 0) { admonish(invo_name, "Problems to send Bcc to %s",