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