submodule, repack: migrate to git-sh-setup's say()
[gitweb.git] / git-send-email.perl
index 16d12e082b0a3baf361440739d77fc5664497e4e..303e03a8ce4031a1d9d6d00cb67abda1c30a63f3 100755 (executable)
@@ -812,7 +812,7 @@ sub sanitize_address
 }
 
 # Returns 1 if the message was sent, and 0 otherwise.
-# In actuality, the whole program dies when there
+# In actuality, the whole program dies when there
 # is an error sending a message.
 
 sub send_message
@@ -1150,7 +1150,7 @@ sub send_message
        my $message_was_sent = send_message();
 
        # set up for the next message
-       if ($message_was_sent &&
+       if ($thread && $message_was_sent &&
                ($chain_reply_to || !defined $reply_to || length($reply_to) == 0)) {
                $reply_to = $message_id;
                if (length $references > 0) {