# File lib/mail/message.rb, line 613
    def in_reply_to=( val )
      header[:in_reply_to] = val
    end