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