X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhmail.c;h=ebe8b7647155de8d584cd277971020dc704458f3;hb=8e5be81f784682822f5e868c1bf3c8624682bd23;hp=037246ddeb68c60c4919832b3d8f627011a19f41;hpb=240013872c392fe644bd4f79382d9f5314b4ea60;p=mmh 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)