Browse Source

- Do not include the Cc: for the first Cc'd recipient (spotted by Richard).

experimental/new_ui_api
Markus Fischer 24 years ago
parent
commit
b63236bd84
  1. 1
      win32/sendmail.c

1
win32/sendmail.c

@ -288,6 +288,7 @@ int SendText(char *RPath, char *Subject, char *mailTo, char *data, char *headers
/* Send mail to all Cc rcpt's */
efree(tempMailTo);
if (headers && (pos1 = strstr(headers, "Cc:"))) {
pos1 += 3; /* Jump over Cc: */
if (NULL == (pos2 = strstr(pos1, "\r\n"))) {
tempMailTo = estrndup(pos1, strlen(pos1));

Loading…
Cancel
Save