X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhmail.c;h=ebe8b7647155de8d584cd277971020dc704458f3;hp=037246ddeb68c60c4919832b3d8f627011a19f41;hb=f12a3e5036a986f579b80861f4421bcb86f84cee;hpb=0b5de876d3d1f915e6485a249f3e65749b437709 diff --git a/uip/mhmail.c b/uip/mhmail.c index 037246d..ebe8b76 100644 --- a/uip/mhmail.c +++ b/uip/mhmail.c @@ -135,7 +135,7 @@ main(int argc, char **argv) fprintf(out, "%sTo: %s\n", resent ? "Resent-" : "", tolist); if (cclist) - fprintf(out, "%scc: %s\n", resent ? "Resent-" : "", cclist); + fprintf(out, "%sCc: %s\n", resent ? "Resent-" : "", cclist); if (subject) fprintf(out, "%sSubject: %s\n", resent ? "Resent-" : "", subject); if (from)