Skip to content

Commit 44498a1

Browse files
committed
Use same e-mail on cover letter like for patches
1 parent 655780e commit 44498a1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/patch-series.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -474,11 +474,11 @@ export class PatchSeries {
474474
}
475475

476476
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-
}
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+
////}
482482

483483
const ccMatch =
484484
header.match(/^([^]*\nCc: [^]*?)(|\n(?![ \t])[^]*)$/);

0 commit comments

Comments
 (0)