diff --git a/lib/email/sender.rb b/lib/email/sender.rb index 2bfbae96717..1808387224e 100644 --- a/lib/email/sender.rb +++ b/lib/email/sender.rb @@ -73,6 +73,9 @@ module Email @message.header['List-ID'] = "" # can't figure out how to get the current URL of the topic here #@message.header['List-Archive'] = + end + + if reply_key.present? # in github notifications, these fields are identical @message.header['List-Post'] = @message.header['Reply-To'] end