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