Merge branch 'ao/send-email-irt'
* ao/send-email-irt: git-send-email.perl: make initial In-Reply-To apply only to first email t9001: send-email interation with --in-reply-to and --chain-reply-to
This commit is contained in:
@ -1319,7 +1319,8 @@ foreach my $t (@files) {
|
||||
|
||||
# set up for the next message
|
||||
if ($thread && $message_was_sent &&
|
||||
(chain_reply_to() || !defined $reply_to || length($reply_to) == 0)) {
|
||||
(chain_reply_to() || !defined $reply_to || length($reply_to) == 0 ||
|
||||
$message_num == 1)) {
|
||||
$reply_to = $message_id;
|
||||
if (length $references > 0) {
|
||||
$references .= "\n $message_id";
|
||||
|
Reference in New Issue
Block a user