We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655780e commit 44498a1Copy full SHA for 44498a1
lib/patch-series.ts
@@ -474,11 +474,11 @@ export class PatchSeries {
474
}
475
476
header = authorMatch[1] + replaceSender + authorMatch[3];
477
- if (mails.length > 1 && i === 0 && senderName) {
478
- // skip Cc:ing and From:ing in the cover letter
479
- mails[i] = header + match[2];
480
- return;
481
- }
+ ////if (mails.length > 1 && i === 0 && senderName) {
+ //// // skip Cc:ing and From:ing in the cover letter
+ //// mails[i] = header + match[2];
+ //// return;
+ ////}
482
483
const ccMatch =
484
header.match(/^([^]*\nCc: [^]*?)(|\n(?![ \t])[^]*)$/);
0 commit comments