# File lib/action_mailer/vendor/tmail/facade.rb, line 287 def in_reply_to( default = nil ) if h = @header['in-reply-to'] h.ids else default end end